pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-purrr



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 22 12:17:12 UTC 2024

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

Log Message:
(devel/R-purrr) Updated 1.0.1 to 1.0.2

# purrr 1.0.2

* Fixed valgrind issue.

* Deprecation infrastructure in `map_chr()` now has much less overhead
  leading to improved performance (#1089).

* purrr now requires R 3.5.0.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-purrr/Makefile \
    pkgsrc/devel/R-purrr/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-purrr/Makefile
diff -u pkgsrc/devel/R-purrr/Makefile:1.8 pkgsrc/devel/R-purrr/Makefile:1.9
--- pkgsrc/devel/R-purrr/Makefile:1.8   Mon Jun  5 14:14:37 2023
+++ pkgsrc/devel/R-purrr/Makefile       Mon Jan 22 12:17:12 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2023/06/05 14:14:37 mef Exp $
+# $NetBSD: Makefile,v 1.9 2024/01/22 12:17:12 mef Exp $
 
 R_PKGNAME=     purrr
-R_PKGVER=      1.0.1
+R_PKGVER=      1.0.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -21,6 +21,13 @@ TEST_DEPENDS+=       R-rmarkdown-[0-9]*:../../
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-tidyselect-[0-9]*:../../devel/R-tidyselect
 
+# !pdfTeX error: pdflatex (file tctt1000): Font tctt1000 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_LANGUAGES= c
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/devel/R-purrr/distinfo
diff -u pkgsrc/devel/R-purrr/distinfo:1.8 pkgsrc/devel/R-purrr/distinfo:1.9
--- pkgsrc/devel/R-purrr/distinfo:1.8   Mon Jun  5 14:14:37 2023
+++ pkgsrc/devel/R-purrr/distinfo       Mon Jan 22 12:17:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/06/05 14:14:37 mef Exp $
+$NetBSD: distinfo,v 1.9 2024/01/22 12:17:12 mef Exp $
 
-BLAKE2s (R/purrr_1.0.1.tar.gz) = b0bd60b5c2067fc2c287a282bbc119a41656c5d8da7a9f87a6ed2e09c56ab65f
-SHA512 (R/purrr_1.0.1.tar.gz) = 85c75ea99ea582c1d0babcfbfce736f34408a003f0440314e3f4ea005459e9f91a3ab80f072c4ac022c22a5411f76a6324b3261478d9c9a9b12e83120afa78bc
-Size (R/purrr_1.0.1.tar.gz) = 220628 bytes
+BLAKE2s (R/purrr_1.0.2.tar.gz) = 95e6f84201de912e92ce107ce12880d65dc2decadf8fd634b813c3ccbb2b2d4b
+SHA512 (R/purrr_1.0.2.tar.gz) = 7d3260c22a3f4969f83d3015643de686f9140a85e36c3ccf87717b58b1ea75c65f3e169a259acfa5c130afdf8996655c27deb355a19dec6b9bf7c351ab71a11f
+Size (R/purrr_1.0.2.tar.gz) = 220868 bytes



Home | Main Index | Thread Index | Old Index