dev-R/tidyselect: add 1.1.2, drop 1.1.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-06 03:08:23 +01:00
parent 331c9e23a1
commit 67f2f0adef
2 changed files with 15 additions and 3 deletions

View File

@@ -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

View File

@@ -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
"