From 9f853910c9bf2ad8829915a6ab2d608e3530e146 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 16:46:01 +0200 Subject: [PATCH 01/13] New package: R-cran-ps-1.3.3 --- srcpkgs/R-cran-ps/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/R-cran-ps/template diff --git a/srcpkgs/R-cran-ps/template b/srcpkgs/R-cran-ps/template new file mode 100644 index 00000000000..be89ddf72b4 --- /dev/null +++ b/srcpkgs/R-cran-ps/template @@ -0,0 +1,14 @@ +# Template file for 'R-cran-ps' +pkgname=R-cran-ps +version=1.3.3 +revision=1 +build_style=R-cran +short_desc="List, Query, Manipulate System Processes" +maintainer="Luke Hannan " +license="BSD-3-Clause" +homepage="https://github.com/r-lib/ps" +checksum=03a45651538855be806e6dd9d731f101a6bbbd34162f887f9df69583f7fb20f4 + +post_install() { + vlicense LICENSE +} From 5415ebff6efd5009c36a786b11161c34dc91705c Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 16:48:49 +0200 Subject: [PATCH 02/13] New package: R-cran-processx-3.4.3 --- srcpkgs/R-cran-processx/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/R-cran-processx/template diff --git a/srcpkgs/R-cran-processx/template b/srcpkgs/R-cran-processx/template new file mode 100644 index 00000000000..cc17b164c7a --- /dev/null +++ b/srcpkgs/R-cran-processx/template @@ -0,0 +1,16 @@ +# Template file for 'R-cran-processx' +pkgname=R-cran-processx +version=3.4.3 +revision=1 +build_style=R-cran +hostmakedepends="R-cran-ps R-cran-R6" +depends="R-cran-ps R-cran-R6" +short_desc="Execute and Control System Processes" +maintainer="Luke Hannan " +license="MIT" +homepage="https://github.com/r-lib/processx" +checksum=f247f2180f72e59f1e6d7149ddb44796698eb6be97cc8c479d5f488b65fcb01d + +post_install() { + vlicense LICENSE +} From 5f04e77b9fd15072e37c86d0397e78a8052e3071 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 16:49:54 +0200 Subject: [PATCH 03/13] New package: R-cran-callr-3.4.3 --- srcpkgs/R-cran-callr/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/R-cran-callr/template diff --git a/srcpkgs/R-cran-callr/template b/srcpkgs/R-cran-callr/template new file mode 100644 index 00000000000..555e6b136f5 --- /dev/null +++ b/srcpkgs/R-cran-callr/template @@ -0,0 +1,16 @@ +# Template file for 'R-cran-callr' +pkgname=R-cran-callr +version=3.4.3 +revision=1 +build_style=R-cran +hostmakedepends="R-cran-processx R-cran-R6" +depends="R-cran-processx R-cran-R6" +short_desc="Call R from R" +maintainer="Luke Hannan " +license="MIT" +homepage="https://github.com/r-lib/callr" +checksum=01b7277f20c1d662c6bebbfa2798d179922b36d4148b4298853579aeda0382b5 + +post_install() { + vlicense LICENSE +} From 7846383aee6e45cc315ef3e54815475187dbe9c1 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 16:51:12 +0200 Subject: [PATCH 04/13] New package: R-cran-prettyunits-1.1.1 --- srcpkgs/R-cran-prettyunits/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/R-cran-prettyunits/template diff --git a/srcpkgs/R-cran-prettyunits/template b/srcpkgs/R-cran-prettyunits/template new file mode 100644 index 00000000000..08ee698869e --- /dev/null +++ b/srcpkgs/R-cran-prettyunits/template @@ -0,0 +1,14 @@ +# Template file for 'R-cran-prettyunits' +pkgname=R-cran-prettyunits +version=1.1.1 +revision=1 +build_style=R-cran +short_desc="Pretty, Human Readable Formatting of Quantities" +maintainer="Luke Hannan " +license="MIT" +homepage="https://github.com/gaborcsardi/prettyunits" +checksum=9a199aa80c6d5e50fa977bc724d6e39dae1fc597a96413053609156ee7fb75c5 + +post_install() { + vlicense LICENSE +} From a7ead732e892d7138e26aeb4474f010419b8b40d Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 16:53:14 +0200 Subject: [PATCH 05/13] New package: R-cran-rprojroot-1.3r2 --- srcpkgs/R-cran-rprojroot/template | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/R-cran-rprojroot/template diff --git a/srcpkgs/R-cran-rprojroot/template b/srcpkgs/R-cran-rprojroot/template new file mode 100644 index 00000000000..12227aba34a --- /dev/null +++ b/srcpkgs/R-cran-rprojroot/template @@ -0,0 +1,12 @@ +# Template file for 'R-cran-rprojroot' +pkgname=R-cran-rprojroot +version=1.3r2 +revision=1 +build_style=R-cran +hostmakedepends="R-cran-backports" +depends="R-cran-backports" +short_desc="Finding Files in Project Subdirectories" +maintainer="Luke Hannan " +license="GPL-3.0-only" +homepage="https://github.com/krlmlr/rprojroot" +checksum=df5665834941d8b0e377a8810a04f98552201678300f168de5f58a587b73238b From 5e829657734747a0e035d76e82de77117ddffc6c Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 16:54:15 +0200 Subject: [PATCH 06/13] New package: R-cran-desc-1.2.0 --- srcpkgs/R-cran-desc/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/R-cran-desc/template diff --git a/srcpkgs/R-cran-desc/template b/srcpkgs/R-cran-desc/template new file mode 100644 index 00000000000..f8ae4c1b793 --- /dev/null +++ b/srcpkgs/R-cran-desc/template @@ -0,0 +1,16 @@ +# Template file for 'R-cran-desc' +pkgname=R-cran-desc +version=1.2.0 +revision=1 +build_style=R-cran +hostmakedepends="R-cran-assertthat R-cran-crayon R-cran-R6 R-cran-rprojroot" +depends="R-cran-assertthat R-cran-crayon R-cran-R6 R-cran-rprojroot" +short_desc="Manipulate DESCRIPTION Files" +maintainer="Luke Hannan " +license="MIT" +homepage="https://github.com/r-lib/desc" +checksum=e66fb5d4fc7974bc558abcdc107a1f258c9177a29dcfcf9164bc6b33dd08dae8 + +post_install() { + vlicense LICENSE +} From 18ce4cd91577dbfc9d947ca67f60bb9ff4df86e1 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 16:55:15 +0200 Subject: [PATCH 07/13] New package: R-cran-rstudioapi-0.11 --- srcpkgs/R-cran-rstudioapi/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/R-cran-rstudioapi/template diff --git a/srcpkgs/R-cran-rstudioapi/template b/srcpkgs/R-cran-rstudioapi/template new file mode 100644 index 00000000000..22dff81e6da --- /dev/null +++ b/srcpkgs/R-cran-rstudioapi/template @@ -0,0 +1,14 @@ +# Template file for 'R-cran-rstudioapi' +pkgname=R-cran-rstudioapi +version=0.11 +revision=1 +build_style=R-cran +short_desc="Safely Access the RStudio API" +maintainer="Luke Hannan " +license="MIT" +homepage="https://github.com/rstudio/rstudioapi" +checksum=13e07fb7e2eba8cf1d885db2721901d676d219a1042d7ef5d166125e4905306b + +post_install() { + vlicense LICENSE +} From 74c3f01dc6c7b12d30de306f2a08c889dac86092 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 16:56:36 +0200 Subject: [PATCH 08/13] New package: R-cran-praise-1.0.0 --- srcpkgs/R-cran-praise/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/R-cran-praise/template diff --git a/srcpkgs/R-cran-praise/template b/srcpkgs/R-cran-praise/template new file mode 100644 index 00000000000..0be89154fdd --- /dev/null +++ b/srcpkgs/R-cran-praise/template @@ -0,0 +1,14 @@ +# Template file for 'R-cran-praise' +pkgname=R-cran-praise +version=1.0.0 +revision=1 +build_style=R-cran +short_desc="Praise Users" +maintainer="Luke Hannan " +license="MIT" +homepage="https://github.com/rladies/praise" +checksum=5c035e74fd05dfa59b03afe0d5f4c53fbf34144e175e90c53d09c6baedf5debd + +post_install() { + vlicense LICENSE +} From 4067dc9b44d2d3c9a1841b8f53a03c4303d7e383 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 21:37:05 +0200 Subject: [PATCH 09/13] New package: R-cran-pkgbuild-1.1.0 --- srcpkgs/R-cran-pkgbuild/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/R-cran-pkgbuild/template diff --git a/srcpkgs/R-cran-pkgbuild/template b/srcpkgs/R-cran-pkgbuild/template new file mode 100644 index 00000000000..333e2dc440e --- /dev/null +++ b/srcpkgs/R-cran-pkgbuild/template @@ -0,0 +1,14 @@ +# Template file for 'R-cran-pkgbuild' +pkgname=R-cran-pkgbuild +version=1.1.0 +revision=1 +build_style=R-cran +hostmakedepends="R-cran-callr R-cran-cli R-cran-crayon R-cran-desc + R-cran-prettyunits R-cran-R6 R-cran-rprojroot R-cran-withr" +depends="R-cran-callr R-cran-cli R-cran-crayon R-cran-desc + R-cran-prettyunits R-cran-R6 R-cran-rprojroot R-cran-withr" +short_desc="Find Tools Needed to Build R Packages" +maintainer="Luke Hannan " +license="GPL-3.0-only" +homepage="https://github.com/r-lib/pkgbuild" +checksum=b39bfb7661fc53f88962e2380fa9ded2e323c6ad43ac6b582195c749b0ccabbd From 161eb12e4a0fb068e643edf8ec292a1da071cde9 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 21:38:48 +0200 Subject: [PATCH 10/13] New package: R-cran-pkgload-1.1.0 --- srcpkgs/R-cran-pkgload/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/R-cran-pkgload/template diff --git a/srcpkgs/R-cran-pkgload/template b/srcpkgs/R-cran-pkgload/template new file mode 100644 index 00000000000..1c19bfcf74e --- /dev/null +++ b/srcpkgs/R-cran-pkgload/template @@ -0,0 +1,14 @@ +# Template file for 'R-cran-pkgload' +pkgname=R-cran-pkgload +version=1.1.0 +revision=1 +build_style=R-cran +hostmakedepends="R-cran-cli R-cran-crayon R-cran-desc R-cran-pkgbuild + R-cran-rlang R-cran-rprojroot R-cran-rstudioapi R-cran-withr" +depends="R-cran-cli R-cran-crayon R-cran-desc R-cran-pkgbuild + R-cran-rlang R-cran-rprojroot R-cran-rstudioapi R-cran-withr" +short_desc="Simulate Package Installation and Attach" +maintainer="Luke Hannan " +license="GPL-3.0-only" +homepage="https://github.com/r-lib/pkgload" +checksum=189d460dbba2b35fa15dd59ce832df252dfa654a5acee0c9a8471b4d70477b0d From 91617e73276f2bfebe666682f6e34159cba858c3 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 21:40:10 +0200 Subject: [PATCH 11/13] New package: R-cran-testthat-2.3.2 --- srcpkgs/R-cran-testthat/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/R-cran-testthat/template diff --git a/srcpkgs/R-cran-testthat/template b/srcpkgs/R-cran-testthat/template new file mode 100644 index 00000000000..32380062d9f --- /dev/null +++ b/srcpkgs/R-cran-testthat/template @@ -0,0 +1,20 @@ +# Template file for 'R-cran-testthat' +pkgname=R-cran-testthat +version=2.3.2 +revision=1 +build_style=R-cran +hostmakedepends="R-cran-cli R-cran-crayon R-cran-digest R-cran-ellipsis + R-cran-evaluate R-cran-magrittr R-cran-pkgload R-cran-praise R-cran-R6 + R-cran-rlang R-cran-withr" +depends="R-cran-cli R-cran-crayon R-cran-digest R-cran-ellipsis + R-cran-evaluate R-cran-magrittr R-cran-pkgload R-cran-praise R-cran-R6 + R-cran-rlang R-cran-withr" +short_desc="Unit Testing for R" +maintainer="Luke Hannan " +license="MIT" +homepage="http://testthat.r-lib.org" +checksum=1a268d8df07f7cd8d282d03bb96ac2d96a24a95c9aa52f4cca5138a09dd8e06c + +post_install() { + vlicense LICENSE +} From b51bfe12df45562402a2c697961c3a6f61e4aa4b Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 21:41:15 +0200 Subject: [PATCH 12/13] New package: R-cran-isoband-0.2.2 --- srcpkgs/R-cran-isoband/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/R-cran-isoband/template diff --git a/srcpkgs/R-cran-isoband/template b/srcpkgs/R-cran-isoband/template new file mode 100644 index 00000000000..58e2b9f16ef --- /dev/null +++ b/srcpkgs/R-cran-isoband/template @@ -0,0 +1,16 @@ +# Template file for 'R-cran-isoband' +pkgname=R-cran-isoband +version=0.2.2 +revision=1 +build_style=R-cran +hostmakedepends="R-cran-testthat" +depends="R-cran-testthat" +short_desc="Generate Isolines and Isobands from Regularly Spaced Elevation Grids" +maintainer="Luke Hannan " +license="MIT" +homepage="https://github.com/wilkelab/isoband" +checksum=fd1bb33c547e1ace948212aacb12c7b1907fa3dbf1d417c236dbac4702788e10 + +post_install() { + vlicense LICENSE +} From 547816e3291a9f721fdb7033fa001efd87ffedb8 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 21:42:29 +0200 Subject: [PATCH 13/13] R-cran-ggplot2: update to 3.3.2. --- srcpkgs/R-cran-ggplot2/template | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/srcpkgs/R-cran-ggplot2/template b/srcpkgs/R-cran-ggplot2/template index c4634c3185d..ebcea042a99 100644 --- a/srcpkgs/R-cran-ggplot2/template +++ b/srcpkgs/R-cran-ggplot2/template @@ -1,20 +1,14 @@ # Template file for 'R-cran-ggplot2' pkgname=R-cran-ggplot2 -version=3.2.1 +version=3.3.2 revision=1 build_style=R-cran -makedepends="R-cran-digest R-cran-gtable R-cran-plyr - R-cran-reshape2 R-cran-scales R-cran-tibble - R-cran-lazyeval R-cran-withr" -depends="R-cran-digest R-cran-gtable>=0.1.1 R-cran-plyr>=1.7.1 - R-cran-reshape2 R-cran-scales>=0.4.1 R-cran-tibble - R-cran-lazyeval R-cran-withr>=2.0.0" +makedepends="R-cran-digest R-cran-glue R-cran-gtable R-cran-isoband + R-cran-rlang R-cran-scales R-cran-tibble R-cran-withr" +depends="R-cran-digest R-cran-glue R-cran-gtable R-cran-isoband + R-cran-rlang R-cran-scales R-cran-tibble R-cran-withr" short_desc="Create Elegant Data Visualisations Using the Grammar of Graphics" maintainer="Florian Wagner " license="GPL-2.0-only" homepage="https://ggplot2.tidyverse.org/" -checksum=e39114a90af69041645b0751ac469d8919c5a7e8cb044a3b56a0728623e65a56 - -post_install() { - vlicense LICENSE -} +checksum=4dad281e6afb0202ebc8dbe9bd91ae93ab5c3b2aa10fad03078dd87f71595173