Skip to content

Commit

Permalink
(devel/R-withr) Updated 2.1.2 to 2.2.0
Browse files Browse the repository at this point in the history
# withr 2.2.0

# withr 2.1.2.9000

- `defer()` can set deferred events on `.GlobalEnv` to facilitate the
  interactive development of code inside a function or test.  Helpers
  `deferred_run()` (and `deferred_clear()`) provide a way to explicity
  run and clear (or just clear) deferred events (#76, @jennybc).

- `with_connection()` now works when existing objects or connections
  exist with the same names (#120)

- `with_makevars()` now uses `tools::makevars_user()` to determine the
  default user makevars file (#77, @siddharthab).

- `with_options()` no longer uses `do.call()`, so optiosn are not
  evaluated on exit (#73, @mtmorgan).

- `with_package()` no longer has the `help` argument (#94, @wendtke).

- `with_package()` now does not try to detach the package if it is
  already attached before calling `with_package()` (#107)

- `with_preserve_seed()` now restores `.Random.seed` if it is not set
  originally (#124).

- Add `with_rng_version()` and `local_rng_version()` functions to
  change the version of the RNG (#90, @gaborcsardi).

- `with_svg()` documentation now is consistent across R versions (#129)

- Add `with_timezone()` and `local_timezone()` functions to change the
  time zone (#92, @gaborcsardi).

- `with_tempfile()` and `local_tempfile()` now delete recursively
  directories on exit (#84, @meta00).
  • Loading branch information
mef committed Sep 20, 2020
1 parent d459829 commit 7eeb1b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions devel/R-withr/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:41 brook Exp $
# $NetBSD: Makefile,v 1.3 2020/09/20 14:46:00 mef Exp $

R_PKGNAME= withr
R_PKGVER= 2.1.2
R_PKGVER= 2.2.0
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Run code 'with' temporarily modified global state
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3

TEST_DEPENDS+= R-RSQLite-[0-9]*:../../databases/R-RSQLite

USE_LANGUAGES= # none

.include "../../math/R/Makefile.extension"
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.1 2019/07/31 01:26:54 brook Exp $
$NetBSD: distinfo,v 1.2 2020/09/20 14:46:00 mef Exp $

SHA1 (R/withr_2.1.2.tar.gz) = f4b5b9914effc5789535e30fb6e63f92b3d8f033
RMD160 (R/withr_2.1.2.tar.gz) = 410067839460a2579fad7a9ff4a3a9ea8766b9ce
SHA512 (R/withr_2.1.2.tar.gz) = 23c521e2bfb241ebc6cdb0c6300f7531e28ab2ef2609aeef33459a7572b37dace8bf31370ab87cffe99bff54d51d37de453073e163a60e557097f7c5e5ce9560
Size (R/withr_2.1.2.tar.gz) = 53578 bytes
SHA1 (R/withr_2.2.0.tar.gz) = 25c144c312840e47b93b89d673e6e8eac18dba4c
RMD160 (R/withr_2.2.0.tar.gz) = dca3a07b5695680ea9719bec213fdc390d7b7ba4
SHA512 (R/withr_2.2.0.tar.gz) = f56ab518c6457fd58cdcc9e9a5f8ed8f8e6e4ff74299c7d95bd0b9f76725b08c0fc19ec9238f824fda9e577360f608bdcc410ddda7fb673d2a38de0d3f3c3b22
Size (R/withr_2.2.0.tar.gz) = 99545 bytes

0 comments on commit 7eeb1b3

Please sign in to comment.