pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-callr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 12 15:50:07 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-callr/Makefile \
    pkgsrc/devel/R-callr/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-callr/Makefile
diff -u pkgsrc/devel/R-callr/Makefile:1.1 pkgsrc/devel/R-callr/Makefile:1.2
--- pkgsrc/devel/R-callr/Makefile:1.1   Fri Aug  9 19:05:49 2019
+++ pkgsrc/devel/R-callr/Makefile       Sun Jan 12 15:50:07 2020
@@ -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 @@ LICENSE=     mit
 
 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"
Index: pkgsrc/devel/R-callr/distinfo
diff -u pkgsrc/devel/R-callr/distinfo:1.1 pkgsrc/devel/R-callr/distinfo:1.2
--- pkgsrc/devel/R-callr/distinfo:1.1   Fri Aug  9 19:05:49 2019
+++ pkgsrc/devel/R-callr/distinfo       Sun Jan 12 15:50:07 2020
@@ -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