pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-tidyselect



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 30 09:41:57 UTC 2022

Modified Files:
        pkgsrc/devel/R-tidyselect: Makefile distinfo

Log Message:
(devel/R-tidyselect)  Updated 1.1.1 to 1.1.2, make test passed

# tidyselect 1.1.2

* Fix for CRAN checks.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-tidyselect/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-tidyselect/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-tidyselect/Makefile
diff -u pkgsrc/devel/R-tidyselect/Makefile:1.3 pkgsrc/devel/R-tidyselect/Makefile:1.4
--- pkgsrc/devel/R-tidyselect/Makefile:1.3      Sat Aug 21 05:43:56 2021
+++ pkgsrc/devel/R-tidyselect/Makefile  Sat Apr 30 09:41:57 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/08/21 05:43:56 mef Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/30 09:41:57 mef Exp $
 
 R_PKGNAME=     tidyselect
-R_PKGVER=      1.1.1
+R_PKGVER=      1.1.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -14,7 +14,12 @@ DEPENDS+=    R-rlang>=0.4.6:../../devel/R-r
 DEPENDS+=      R-ellipsis>=0.3.0:../../math/R-ellipsis
 DEPENDS+=      R-vctrs>=0.2.2:../../math/R-vctrs
 
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
 
 USE_LANGUAGES= c c++
 

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



Home | Main Index | Thread Index | Old Index