pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-callr (devel/R-callr) Updated from 3.3.1 to 3.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/062b6c34f55e
branches:  trunk
changeset: 347504:062b6c34f55e
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jan 12 15:50:07 2020 +0000

description:
(devel/R-callr) Updated from 3.3.1 to 3.4.0

(pkgsrc changes)
 - Add (some) TEST_DEPENDS, but 'make test' not completed yet,
   some not yet R-packages are required

(upstream changes)
# callr 3.4.0
* All callr functions and background processes properly clean up
  temporary files now (#104).

* callr now uses a more principled setup for the library path, and
  restores the related environment variables in the child process.
  This is a **breaking change** if you relied on having the library set
  in a `system()` subprocess of the callr subprocess (#114).

* Better printing of `rlang_error`s that happened in the subprocess.

* The stacking of error objects is slightly different now, as we keep the
  unmodified error from the subprocess in `$parent$error`.

* callr now loads `.Rprofile` files from the current working directory
  by default. This works better with packrat, renv, and other software
  that relies on a local profile for initialization (#131).

# callr 3.3.2
No user visible changes in this version.

diffstat:

 devel/R-callr/Makefile |  15 +++++++++++++--
 devel/R-callr/distinfo |  10 +++++-----
 2 files changed, 18 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r b65e3e7d83ba -r 062b6c34f55e devel/R-callr/Makefile
--- a/devel/R-callr/Makefile    Sun Jan 12 15:22:32 2020 +0000
+++ b/devel/R-callr/Makefile    Sun Jan 12 15:50:07 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 19:05:49 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/12 15:50:07 mef Exp $
 
 R_PKGNAME=     callr
-R_PKGVER=      3.3.1
+R_PKGVER=      3.4.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +10,17 @@
 
 DEPENDS+=      R-processx>=3.4.0:../../sysutils/R-processx
 
+# Packages suggested but not available:
+#  'cliapp', 'pingr', 'rmarkdown', 'rprojroot', 'spelling', 'testthat'
+TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-crayon-[0-9]*:../../devel/R-crayon
+TEST_DEPENDS+= R-fansi-[0-9]*:../../devel/R-fansi
+TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-rprojroot-[0-9]*:../../devel/R-rprojroot
+TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
diff -r b65e3e7d83ba -r 062b6c34f55e devel/R-callr/distinfo
--- a/devel/R-callr/distinfo    Sun Jan 12 15:22:32 2020 +0000
+++ b/devel/R-callr/distinfo    Sun Jan 12 15:50:07 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/08/09 19:05:49 brook Exp $
+$NetBSD: distinfo,v 1.2 2020/01/12 15:50:07 mef Exp $
 
-SHA1 (R/callr_3.3.1.tar.gz) = 886f2ea0b8b6cf2f6ccceec6e91aced03100b8bc
-RMD160 (R/callr_3.3.1.tar.gz) = 407a15a6d8bdb732ccd5b859a6a20536424f26d4
-SHA512 (R/callr_3.3.1.tar.gz) = 684d8baa9254b70810f07d5feaa7bd99abd4248e72d94020f8c07b317437b11c7f41083f31157c2005d2ef9f79dccd4537f75a75bf2a7acb7bb4c0b20c33def8
-Size (R/callr_3.3.1.tar.gz) = 94264 bytes
+SHA1 (R/callr_3.4.0.tar.gz) = e089ca1da3038b116c26023a5adb0be783d2a6d2
+RMD160 (R/callr_3.4.0.tar.gz) = d1608e3d56e92753eeb93587cd22a86d6b7f1202
+SHA512 (R/callr_3.4.0.tar.gz) = a8d45e4ba08d10a736e06008bb14b385636576ac1845b65cc67ce2fe5980b3cdc45d1390ead0178be1200dd3c9cf73e1df8ecf0680dad717f9a8211efa22cd39
+Size (R/callr_3.4.0.tar.gz) = 100129 bytes



Home | Main Index | Thread Index | Old Index