Skip to content

Commit

Permalink
(devel/R-withr) Update 2.4.1 to 2.4.2
Browse files Browse the repository at this point in the history
# 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)
  • Loading branch information
mef committed Jun 12, 2021
1 parent da00d98 commit 84ea639
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/R-withr/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions devel/R-withr/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 84ea639

Please sign in to comment.