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 3.4.4 to 3.5.1 (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a120c349d127
branches:  trunk
changeset: 443452:a120c349d127
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 13 23:12:13 2020 +0000

description:
(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:

 devel/R-callr/Makefile |   6 +++---
 devel/R-callr/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 637988497bb3 -r a120c349d127 devel/R-callr/Makefile
--- a/devel/R-callr/Makefile    Sun Dec 13 22:24:30 2020 +0000
+++ b/devel/R-callr/Makefile    Sun Dec 13 23:12:13 2020 +0000
@@ -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@localhost
 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 -r 637988497bb3 -r a120c349d127 devel/R-callr/distinfo
--- a/devel/R-callr/distinfo    Sun Dec 13 22:24:30 2020 +0000
+++ b/devel/R-callr/distinfo    Sun Dec 13 23:12:13 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index