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 Dec 13 23:12:13 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-callr/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/devel/R-callr/Makefile:1.7
--- pkgsrc/devel/R-callr/Makefile:1.6   Sun Sep 20 02:55:58 2020
+++ pkgsrc/devel/R-callr/Makefile       Sun Dec 13 23:12:13 2020
@@ -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'

Index: pkgsrc/devel/R-callr/distinfo
diff -u pkgsrc/devel/R-callr/distinfo:1.5 pkgsrc/devel/R-callr/distinfo:1.6
--- pkgsrc/devel/R-callr/distinfo:1.5   Sun Sep 20 02:55:58 2020
+++ pkgsrc/devel/R-callr/distinfo       Sun Dec 13 23:12:13 2020
@@ -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