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:           Sat Oct  3 13:53:44 UTC 2020

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

Log Message:
(devel/R-withr) Updated 2.2.0 to 2.3.0

# withr 2.3.0

## Deprecations

- `local_tempfile()` argument `new` is deprecated, in favor of returning the path
  to the new tempfile.
  calls like `local_tempfile("xyz")` should be replaced with `xyx <- local_tempfile()`
  in your code (#141).

## New features

- New `local_seed()` function and `local_preserve_seed()` functions to correspond
  to `with_seed()` and `with_preserve_seed()` (#139).

- New `local_tempdir()` function added to create a temp directory (#140)

- `local_*()` functions now take dots (`...`), which can simplify calls in some
   cases, e.g. you can now use `local_options(foo = "bar")` rather than
   `local_options(c(foo = "bar"))`.

## Minor improvements and fixes

- `defer()` now throws an error if an error occurs in the deferred expression
   (#148)

- `with_file()` and `local_file()` can now work if the file is actually a
  directory (#144).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-withr/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/devel/R-withr/Makefile:1.4
--- pkgsrc/devel/R-withr/Makefile:1.3   Sun Sep 20 14:46:00 2020
+++ pkgsrc/devel/R-withr/Makefile       Sat Oct  3 13:53:44 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/09/20 14:46:00 mef Exp $
+# $NetBSD: Makefile,v 1.4 2020/10/03 13:53:44 mef Exp $
 
 R_PKGNAME=     withr
-R_PKGVER=      2.2.0
+R_PKGVER=      2.3.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-withr/distinfo
diff -u pkgsrc/devel/R-withr/distinfo:1.2 pkgsrc/devel/R-withr/distinfo:1.3
--- pkgsrc/devel/R-withr/distinfo:1.2   Sun Sep 20 14:46:00 2020
+++ pkgsrc/devel/R-withr/distinfo       Sat Oct  3 13:53:44 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/09/20 14:46:00 mef Exp $
+$NetBSD: distinfo,v 1.3 2020/10/03 13:53:44 mef Exp $
 
-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
+SHA1 (R/withr_2.3.0.tar.gz) = 43018e8cab0aa230f91c453cffaf29d25745aef4
+RMD160 (R/withr_2.3.0.tar.gz) = 54cfc9a0b2d13af8a6b50a475567f25a7ebe31bd
+SHA512 (R/withr_2.3.0.tar.gz) = 4a6012e57444a19065561ab44f309130a1f54e02a59af79b9efc637475571ad119507a058eb44fec6159e158be739fba6e8f5d401eebe2916c2d9399d1a7b76e
+Size (R/withr_2.3.0.tar.gz) = 91443 bytes



Home | Main Index | Thread Index | Old Index