pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-plyr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb  3 12:03:16 UTC 2024

Modified Files:
        pkgsrc/math/R-plyr: Makefile distinfo

Log Message:
(math/R-plyr) Updated 1.8.8 to 1.8.9

# plyr 1.8.9

* Fixes for `R CMD check`


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/R-plyr/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/R-plyr/distinfo

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

Modified files:

Index: pkgsrc/math/R-plyr/Makefile
diff -u pkgsrc/math/R-plyr/Makefile:1.12 pkgsrc/math/R-plyr/Makefile:1.13
--- pkgsrc/math/R-plyr/Makefile:1.12    Sun Dec 18 13:43:36 2022
+++ pkgsrc/math/R-plyr/Makefile Sat Feb  3 12:03:16 2024
@@ -1,16 +1,20 @@
-# $NetBSD: Makefile,v 1.12 2022/12/18 13:43:36 mef Exp $
+# $NetBSD: Makefile,v 1.13 2024/02/03 12:03:16 mef Exp $
 
 R_PKGNAME=     plyr
-R_PKGVER=      1.8.8
+R_PKGVER=      1.8.9
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Tools for splitting, applying and combining data
 LICENSE=       mit
 
-# Packages suggested but not available: 'abind', 'itertools'
+# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
+TEST_DEPENDS+= R-abind-[0-9]*:../../math/R-abind
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-doParallel-[0-9]*:../../parallel/R-doParallel
 TEST_DEPENDS+= R-foreach-[0-9]*:../../devel/R-foreach
 TEST_DEPENDS+= R-iterators-[0-9]*:../../devel/R-iterators
+TEST_DEPENDS+= R-itertools-[0-9]*:../../math/R-itertools
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 USE_LANGUAGES+=        c c++
 

Index: pkgsrc/math/R-plyr/distinfo
diff -u pkgsrc/math/R-plyr/distinfo:1.11 pkgsrc/math/R-plyr/distinfo:1.12
--- pkgsrc/math/R-plyr/distinfo:1.11    Sun Dec 18 13:43:36 2022
+++ pkgsrc/math/R-plyr/distinfo Sat Feb  3 12:03:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/12/18 13:43:36 mef Exp $
+$NetBSD: distinfo,v 1.12 2024/02/03 12:03:16 mef Exp $
 
-BLAKE2s (R/plyr_1.8.8.tar.gz) = 3ac1477eff693af2a63cbfd1e6edc8590d99991f722b6013993b333c2ceaec8f
-SHA512 (R/plyr_1.8.8.tar.gz) = 7b5cd39fa435b81aff5b81e911bf1466136d46f5a182acce6c656b392ccaeb1e96efa2a84853c9a393e8767ee99262352b56deb44a6c24492c794a788e240fd4
-Size (R/plyr_1.8.8.tar.gz) = 401438 bytes
+BLAKE2s (R/plyr_1.8.9.tar.gz) = ea5238e97aa35d54c1608ea7230f7da1cef4bc7326de9a82d735ade5c87969e0
+SHA512 (R/plyr_1.8.9.tar.gz) = ebd4e817df16a5847ddd8239ef99cf54b46dcb19cb51ade53e58c0d66a6d5ffd241daa258c167468fe5284f0168c13e1760abada60f7e7b22b7e0a32150ec596
+Size (R/plyr_1.8.9.tar.gz) = 401488 bytes



Home | Main Index | Thread Index | Old Index