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 Jun  5 14:14:37 UTC 2023

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

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

# purrr 1.0.1

* As of purrr 1.0.0, the `map()` family of functions wraps all errors generated
  by `.f` inside an wrapper error that tracks the iteration index. As of purrr
  1.0.1, this error now has a custom class (`purrr_error_indexed`),
  `location` and `name` fields, and is documented in `?purrr_error_indexed`
  (#1027).

* `map()` errors with named inputs also report the name of the element that
  errored.

* Fixed an issue where progress bars weren't being closed when user interrupts
  or errors were encountered during a `map()` call (#1024).

* Fixed an invalid C signature for `pluck()` (#1018).

* Set `Biarch: true` to build purrr on 32-bit Windows on R < 4.2.0 (#1017).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/devel/R-purrr/Makefile:1.8
--- pkgsrc/devel/R-purrr/Makefile:1.7   Tue Jan  3 10:14:53 2023
+++ pkgsrc/devel/R-purrr/Makefile       Mon Jun  5 14:14:37 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2023/01/03 10:14:53 mef Exp $
+# $NetBSD: Makefile,v 1.8 2023/06/05 14:14:37 mef Exp $
 
 R_PKGNAME=     purrr
-R_PKGVER=      1.0.0
+R_PKGVER=      1.0.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,10 +13,13 @@ DEPENDS+=   R-rlang>=0.3.1:../../devel/R-r
 DEPENDS+=      R-vctrs-[0-9]*:../../math/R-vctrs
 DEPENDS+=      R-lifecycle-[0-9]*:../../devel/R-lifecycle
 
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
+TEST_DEPENDS+= R-httr-[0-9]*:../../www/R-httr
+TEST_DEPENDS+= R-lubridate-[0-9]*:../../time/R-lubridate
 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
-TEST_DEPENDS+= R-lubridate-[0-9]*:../../time/R-lubridate
 
 USE_LANGUAGES= c
 
Index: pkgsrc/devel/R-purrr/distinfo
diff -u pkgsrc/devel/R-purrr/distinfo:1.7 pkgsrc/devel/R-purrr/distinfo:1.8
--- pkgsrc/devel/R-purrr/distinfo:1.7   Sun Jan  1 00:51:37 2023
+++ pkgsrc/devel/R-purrr/distinfo       Mon Jun  5 14:14:37 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/01/01 00:51:37 mef Exp $
+$NetBSD: distinfo,v 1.8 2023/06/05 14:14:37 mef Exp $
 
-BLAKE2s (R/purrr_1.0.0.tar.gz) = 1e2f7e7f1ed157111e5c21c82e18f64ce10f079c2e1dd3ddbc79daefaee47510
-SHA512 (R/purrr_1.0.0.tar.gz) = 2e5f2e465394ae7bc4be1da778862f2e20c75ac1d9eee998798de9175c81eb119774b55aad901430366718dc069a102c87401a7496441fa14df05286cfa1c0e7
-Size (R/purrr_1.0.0.tar.gz) = 214960 bytes
+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



Home | Main Index | Thread Index | Old Index