summaryrefslogtreecommitdiff
path: root/devel/R-callr
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-12-13 23:12:13 +0000
committermef <mef@pkgsrc.org>2020-12-13 23:12:13 +0000
commit931457d18dfb9e96293b9afbad0f55ea66e55993 (patch)
tree11644bdf1f46db9bfcd09e152ee0e2c7fe073475 /devel/R-callr
parentfeef5400229af97d70b310048dbe3e589d7051f9 (diff)
downloadpkgsrc-931457d18dfb9e96293b9afbad0f55ea66e55993.tar.gz
(devel/R-callr) Updated 3.4.4 to 3.5.1 (make test fails at PDF creation)
# callr 3.5.1 * `callr::r_session` now handles large messages from the subprocess well (#168). # callr 3.5.0 * callr can now pass the environment of the function to the subprocess, optionally. This makes it easier to call an internal function of a package in a subprocess. See the `package` argument of `r()`, `r_bg()`, `r_session$run()`, etc. (#147).
Diffstat (limited to 'devel/R-callr')
-rw-r--r--devel/R-callr/Makefile6
-rw-r--r--devel/R-callr/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/R-callr/Makefile b/devel/R-callr/Makefile
index 6d2312c1c14..f39023cb181 100644
--- a/devel/R-callr/Makefile
+++ b/devel/R-callr/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2020/09/20 02:55:58 mef Exp $
+# $NetBSD: Makefile,v 1.7 2020/12/13 23:12:13 mef Exp $
R_PKGNAME= callr
-R_PKGVER= 3.4.4
+R_PKGVER= 3.5.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Call R from R
LICENSE= mit
-DEPENDS+= R-processx>=3.4.0:../../sysutils/R-processx
+DEPENDS+= R-processx>=3.4.4:../../sysutils/R-processx
# Packages suggested but not available:
# 'pingr', 'spelling'
diff --git a/devel/R-callr/distinfo b/devel/R-callr/distinfo
index 7536232e32c..fcdd1f14578 100644
--- a/devel/R-callr/distinfo
+++ b/devel/R-callr/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/09/20 02:55:58 mef Exp $
+$NetBSD: distinfo,v 1.6 2020/12/13 23:12:13 mef Exp $
-SHA1 (R/callr_3.4.4.tar.gz) = a8f9b723c41fc829b41f3b2ed78177631a69a370
-RMD160 (R/callr_3.4.4.tar.gz) = 1a163ab1e03a4e4ef00b8c5f34f1fc66d984ed46
-SHA512 (R/callr_3.4.4.tar.gz) = 25c06f91635bebe1a9266872366faf6948e3d2b7035662341591d3914ce11966d1b6918c2a6196a933544c336574c3593b3abe05fb4acb17cf6b8c3e98da3b58
-Size (R/callr_3.4.4.tar.gz) = 76416 bytes
+SHA1 (R/callr_3.5.1.tar.gz) = 4a6155a41e1be771c8254595b7e14aa48600ff9c
+RMD160 (R/callr_3.5.1.tar.gz) = e83e82c94505248bdcfea448e79dd9e486914630
+SHA512 (R/callr_3.5.1.tar.gz) = da59caa7a3cbb9149a8a8d4cf882f78a46b1e6f5f193f45e771d407d5584e3c5eef7e55c1bb76dddd2658bdd4ed9d8dfe70dfb9cd2cb87884ac5bf342bf37cff
+Size (R/callr_3.5.1.tar.gz) = 77905 bytes