From 86cca8db3822152d1109919fc71876d32bc60aba Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Wed, 26 Aug 2020 21:55:34 -0700 Subject: [PATCH 1/3] New package: R-cran-purrr-0.3.4 --- srcpkgs/R-cran-purrr/template | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/R-cran-purrr/template diff --git a/srcpkgs/R-cran-purrr/template b/srcpkgs/R-cran-purrr/template new file mode 100644 index 00000000000..f220f1f074f --- /dev/null +++ b/srcpkgs/R-cran-purrr/template @@ -0,0 +1,12 @@ +# Template file for 'R-cran-purrr' +pkgname=R-cran-purrr +version=0.3.4 +revision=1 +build_style=R-cran +makedepends="R-cran-magrittr R-cran-rlang" +depends="R-cran-magrittr>=1.5 R-cran-rlang>=0.3.1" +short_desc="Backend for selecting functions of the tidyverse" +maintainer="Cameron Nemo " +license="GPL-3.0-or-later" +homepage="https://purrr.tidyverse.org/" +checksum=23ebc93bc9aed9e7575e8eb9683ff4acc0270ef7d6436cc2ef4236a9734840b2 From 1d436c641572d6d24f0f341b1e274e547abe4014 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Wed, 26 Aug 2020 21:55:52 -0700 Subject: [PATCH 2/3] New package: R-cran-tidyselect-1.1.0 --- srcpkgs/R-cran-tidyselect/template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/R-cran-tidyselect/template diff --git a/srcpkgs/R-cran-tidyselect/template b/srcpkgs/R-cran-tidyselect/template new file mode 100644 index 00000000000..e7cd851913e --- /dev/null +++ b/srcpkgs/R-cran-tidyselect/template @@ -0,0 +1,13 @@ +# Template file for 'R-cran-tidyselect' +pkgname=R-cran-tidyselect +version=1.1.0 +revision=1 +build_style=R-cran +makedepends="R-cran-ellipsis R-cran-glue R-cran-purrr R-cran-rlang R-cran-vctrs" +depends="R-cran-ellipsis R-cran-glue>=1.3.0 R-cran-purrr>=0.3.2 + R-cran-rlang>=0.4.6 R-cran-vctrs>=0.2.2" +short_desc="Backend for selecting functions of the tidyverse" +maintainer="Cameron Nemo " +license="GPL-3.0-or-later" +homepage="https://tidyselect.r-lib.org/" +checksum=e635ed381fb53f7a53c3fa36bb33e134a3273d272367de2a8d909c821be93893 From 4efa5a9cc47a94bcb7ed2fe24713c122f2743e78 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Wed, 26 Aug 2020 21:56:07 -0700 Subject: [PATCH 3/3] New package: R-cran-dplyr-1.0.2 --- srcpkgs/R-cran-dplyr/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/R-cran-dplyr/template diff --git a/srcpkgs/R-cran-dplyr/template b/srcpkgs/R-cran-dplyr/template new file mode 100644 index 00000000000..502500e84a0 --- /dev/null +++ b/srcpkgs/R-cran-dplyr/template @@ -0,0 +1,20 @@ +# Template file for 'R-cran-dplyr' +pkgname=R-cran-dplyr +version=1.0.2 +revision=1 +build_style=R-cran +makedepends="R-cran-ellipsis R-cran-generics R-cran-glue R-cran-lifecycle + R-cran-magrittr R-cran-R6 R-cran-rlang R-cran-tibble R-cran-tidyselect + R-cran-vctrs" +depends="R-cran-ellipsis R-cran-generics R-cran-glue>=1.3.2 + R-cran-lifecycle>=0.2.0 R-cran-magrittr>=1.5 R-cran-R6 R-cran-rlang>=0.4.7 + R-cran-tibble>=2.1.3 R-cran-tidyselect>=1.1.0 R-cran-vctrs>=0.3.2" +short_desc="Grammar of Data Manipulation for R" +maintainer="Cameron Nemo " +license="MIT" +homepage="https://dplyr.tidyverse.org/" +checksum=7cb1329fbf5c9609ca300f695fdfae67198b6b7273cf81b71cfc01c12d0adc4a + +post_install() { + vlicense LICENSE +}