commit: 67f2f0adefe997eb85dfb2fa41c6fac79631b0d5 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Mar 6 02:08:23 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun Mar 6 02:22:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67f2f0ad
dev-R/tidyselect: add 1.1.2, drop 1.1.1 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-R/tidyselect/Manifest | 2 +- .../{tidyselect-1.1.1.ebuild => tidyselect-1.1.2.ebuild} | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/dev-R/tidyselect/Manifest b/dev-R/tidyselect/Manifest index cd3e85b90..9be9014ca 100644 --- a/dev-R/tidyselect/Manifest +++ b/dev-R/tidyselect/Manifest @@ -1 +1 @@ -DIST tidyselect_1.1.1.tar.gz 92088 BLAKE2B 8c0156b16afe73aa1413bcbd4ae4c947d923e8af138bebab47938d17c286b7e33af76f723336db06ccf5fb0810a47a730b1d14125dad537a024e77e78596475c SHA512 24ffe050938eb79c4ad4fa92d9f29a33b8f21d52b250702212d0c291e95bfddf877c29e7b2ac3d69a9ac3681c2b222358a2f284f4632c6a97a3b2bfec3b7c6a7 +DIST tidyselect_1.1.2.tar.gz 92085 BLAKE2B cc24477246b4b6a303715fdfefd25e50c04dca871e9707ef86a892e294e432cd53ca0beb9d7188583982957d66f679e5f8dd8159e21f1f531611e294d2a82e18 SHA512 99638296c8a4fbfc32d4b428d381fa18decf4c332f4383ef5bef1a2569fee77a609b77d4b867ad319398d3d78ed4d82088e9e3e1c65bd92beda6fc9a665a1d8a diff --git a/dev-R/tidyselect/tidyselect-1.1.1.ebuild b/dev-R/tidyselect/tidyselect-1.1.2.ebuild similarity index 65% rename from dev-R/tidyselect/tidyselect-1.1.1.ebuild rename to dev-R/tidyselect/tidyselect-1.1.2.ebuild index 8b81e7c4b..9608e7b79 100644 --- a/dev-R/tidyselect/tidyselect-1.1.1.ebuild +++ b/dev-R/tidyselect/tidyselect-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -18,7 +18,19 @@ DEPEND=" dev-R/ellipsis >=dev-R/glue-1.3.0 >=dev-R/purrr-0.3.2 - >=dev-R/rlang-0.4.6 + >=dev-R/rlang-1.0.1 >=dev-R/vctrs-0.3.0 " RDEPEND="${DEPEND}" + +SUGGESTED_PACKAGES=" + dev-R/covr + dev-R/crayon + dev-R/dplyr + dev-R/knitr + dev-R/magrittr + dev-R/rmarkdown + >=dev-R/testthat-3.1.1 + >=dev-R/tibble-2.1 + dev-R/withr +"