pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-withr (devel/R-withr) Update 2.4.1 to 2.4.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/245126fafcd8
branches:  trunk
changeset: 454450:245126fafcd8
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jun 12 01:37:24 2021 +0000

description:
(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)

diffstat:

 devel/R-withr/Makefile |   4 ++--
 devel/R-withr/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r ae6d1cb05c81 -r 245126fafcd8 devel/R-withr/Makefile
--- a/devel/R-withr/Makefile    Fri Jun 11 23:13:48 2021 +0000
+++ b/devel/R-withr/Makefile    Sat Jun 12 01:37:24 2021 +0000
@@ -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
diff -r ae6d1cb05c81 -r 245126fafcd8 devel/R-withr/distinfo
--- a/devel/R-withr/distinfo    Fri Jun 11 23:13:48 2021 +0000
+++ b/devel/R-withr/distinfo    Sat Jun 12 01:37:24 2021 +0000
@@ -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