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:           Sun Sep 20 14:46:00 UTC 2020

Modified Files:
        pkgsrc/devel/R-withr: Makefile distinfo

Log Message:
(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).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-withr/Makefile
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/devel/R-withr/Makefile:1.3
--- pkgsrc/devel/R-withr/Makefile:1.2   Thu Aug  8 19:53:41 2019
+++ pkgsrc/devel/R-withr/Makefile       Sun Sep 20 14:46:00 2020
@@ -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"

Index: pkgsrc/devel/R-withr/distinfo
diff -u pkgsrc/devel/R-withr/distinfo:1.1 pkgsrc/devel/R-withr/distinfo:1.2
--- pkgsrc/devel/R-withr/distinfo:1.1   Wed Jul 31 01:26:54 2019
+++ pkgsrc/devel/R-withr/distinfo       Sun Sep 20 14:46:00 2020
@@ -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