pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-withr
Module Name: pkgsrc
Committed By: mef
Date: Sat Jun 12 01:37:25 UTC 2021
Modified Files:
pkgsrc/devel/R-withr: Makefile distinfo
Log Message:
(devel/R-withr) Update 2.4.1 to 2.4.2
# withr 2.4.2
- `local_options()` now lets you set an option to `NULL` as intended (#156)
- `local_tempfile()` argument `envir` is deprecated, in favor of
`.local_envir`. All withr functions except `local_tempfile()` used
`.local_envir` to specify environments, so this makes this function
consistent with the rest. (#157)
- `with_environment()` now passing `pos` and `warn.conflicts` to
`attach()`, as intended (#161).
- `with_seed()` now also sets the RNG via new arguments `.rng_kind`,
`.rng_normal_kind` and `.rng_sample_kind` (#162, @AshesITR).
- `with_timezone()` now works after recent changes to `Sys.timezone()`
in R-devel (#165)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-withr/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-withr/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-withr/Makefile
diff -u pkgsrc/devel/R-withr/Makefile:1.5 pkgsrc/devel/R-withr/Makefile:1.6
--- pkgsrc/devel/R-withr/Makefile:1.5 Mon Feb 8 12:05:40 2021
+++ pkgsrc/devel/R-withr/Makefile Sat Jun 12 01:37:24 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2021/02/08 12:05:40 mef Exp $
+# $NetBSD: Makefile,v 1.6 2021/06/12 01:37:24 mef Exp $
R_PKGNAME= withr
-R_PKGVER= 2.4.1
+R_PKGVER= 2.4.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-withr/distinfo
diff -u pkgsrc/devel/R-withr/distinfo:1.4 pkgsrc/devel/R-withr/distinfo:1.5
--- pkgsrc/devel/R-withr/distinfo:1.4 Mon Feb 8 12:05:40 2021
+++ pkgsrc/devel/R-withr/distinfo Sat Jun 12 01:37:24 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/02/08 12:05:40 mef Exp $
+$NetBSD: distinfo,v 1.5 2021/06/12 01:37:24 mef Exp $
-SHA1 (R/withr_2.4.1.tar.gz) = c59018a3592fa67434c01a4b5fd37e67727dc07c
-RMD160 (R/withr_2.4.1.tar.gz) = e221a7ae692d174114b652ae87273769765d31bc
-SHA512 (R/withr_2.4.1.tar.gz) = e115675b7cc2eaae9148bc5bdf4e711c4bca3c34c78c4bdef2f520ba06240a217c831ca590c5b2479bd799b2c4e32ccb956632ed0b961117d3e26465d7b54f1a
-Size (R/withr_2.4.1.tar.gz) = 91901 bytes
+SHA1 (R/withr_2.4.2.tar.gz) = 73d13106b37dc53261e0f4c4f6dbf07eb2701d38
+RMD160 (R/withr_2.4.2.tar.gz) = 90c5de40416ee59858ac582fb3e968caa397c7d6
+SHA512 (R/withr_2.4.2.tar.gz) = b493e06d03a1710cddbd008a8ee76ec951541bbd9992e49a03a87d3f2ebbb4805441d3c17ccfba3546fdd14bc46e67afc40236e972642faf832ecf0f3c58f72f
+Size (R/withr_2.4.2.tar.gz) = 94283 bytes
Home |
Main Index |
Thread Index |
Old Index