Sat Apr 30 09:41:57 2022 UTC ()
(devel/R-tidyselect)  Updated 1.1.1 to 1.1.2, make test passed

# tidyselect 1.1.2

* Fix for CRAN checks.


(mef)
diff -r1.3 -r1.4 pkgsrc/devel/R-tidyselect/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/R-tidyselect/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/R-tidyselect/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-tidyselect/Makefile 2021/08/21 05:43:56 1.3
+++ pkgsrc/devel/R-tidyselect/Makefile 2022/04/30 09:41:57 1.4
@@ -1,23 +1,28 @@ @@ -1,23 +1,28 @@
1# $NetBSD: Makefile,v 1.3 2021/08/21 05:43:56 mef Exp $ 1# $NetBSD: Makefile,v 1.4 2022/04/30 09:41:57 mef Exp $
2 2
3R_PKGNAME= tidyselect 3R_PKGNAME= tidyselect
4R_PKGVER= 1.1.1 4R_PKGVER= 1.1.2
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Select from a set of strings 8COMMENT= Select from a set of strings
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= R-glue>=1.3.0:../../devel/R-glue 11DEPENDS+= R-glue>=1.3.0:../../devel/R-glue
12DEPENDS+= R-purrr>=0.3.2:../../devel/R-purrr 12DEPENDS+= R-purrr>=0.3.2:../../devel/R-purrr
13DEPENDS+= R-rlang>=0.4.6:../../devel/R-rlang 13DEPENDS+= R-rlang>=0.4.6:../../devel/R-rlang
14DEPENDS+= R-ellipsis>=0.3.0:../../math/R-ellipsis 14DEPENDS+= R-ellipsis>=0.3.0:../../math/R-ellipsis
15DEPENDS+= R-vctrs>=0.2.2:../../math/R-vctrs 15DEPENDS+= R-vctrs>=0.2.2:../../math/R-vctrs
16 16
 17TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
17TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr 18TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
 19TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 20TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 21TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 22TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
18 23
19USE_LANGUAGES= c c++ 24USE_LANGUAGES= c c++
20 25
21.include "../../math/R/Makefile.extension" 26.include "../../math/R/Makefile.extension"
22.include "../../devel/R-Rcpp/buildlink3.mk" 27.include "../../devel/R-Rcpp/buildlink3.mk"
23.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/R-tidyselect/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-tidyselect/distinfo 2021/10/26 10:14:09 1.5
+++ pkgsrc/devel/R-tidyselect/distinfo 2022/04/30 09:41:57 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2021/10/26 10:14:09 nia Exp $ 1$NetBSD: distinfo,v 1.6 2022/04/30 09:41:57 mef Exp $
2 2
3BLAKE2s (R/tidyselect_1.1.1.tar.gz) = 2c524a0afd1663e94bf2e63b911084df319f8ade738ea58b8890a4cad2aaa24e 3BLAKE2s (R/tidyselect_1.1.2.tar.gz) = fe424e3be1a7e23702324b86443e5c72723a16f9c826c60417b68be130ed0683
4SHA512 (R/tidyselect_1.1.1.tar.gz) = 24ffe050938eb79c4ad4fa92d9f29a33b8f21d52b250702212d0c291e95bfddf877c29e7b2ac3d69a9ac3681c2b222358a2f284f4632c6a97a3b2bfec3b7c6a7 4SHA512 (R/tidyselect_1.1.2.tar.gz) = 99638296c8a4fbfc32d4b428d381fa18decf4c332f4383ef5bef1a2569fee77a609b77d4b867ad319398d3d78ed4d82088e9e3e1c65bd92beda6fc9a665a1d8a
5Size (R/tidyselect_1.1.1.tar.gz) = 92088 bytes 5Size (R/tidyselect_1.1.2.tar.gz) = 92085 bytes