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) Updated 2.1.2 to 2.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c06f725e87ec
branches:  trunk
changeset: 439543:c06f725e87ec
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Sep 20 14:46:00 2020 +0000

description:
(devel/R-withr) Updated 2.1.2 to 2.2.0

# 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).

diffstat:

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

diffs (36 lines):

diff -r fd849e423cd5 -r c06f725e87ec devel/R-withr/Makefile
--- a/devel/R-withr/Makefile    Sun Sep 20 14:34:36 2020 +0000
+++ b/devel/R-withr/Makefile    Sun Sep 20 14:46:00 2020 +0000
@@ -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@localhost
 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"
diff -r fd849e423cd5 -r c06f725e87ec devel/R-withr/distinfo
--- a/devel/R-withr/distinfo    Sun Sep 20 14:34:36 2020 +0000
+++ b/devel/R-withr/distinfo    Sun Sep 20 14:46:00 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index