(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.
This commit is contained in:
mef 2024-01-22 12:17:12 +00:00
parent b62a9be892
commit 75c089cb90
2 changed files with 13 additions and 6 deletions

View File

@ -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
@ -21,6 +21,13 @@ TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
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"

View File

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