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 18 01:15:15 UTC 2022

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

Log Message:
(devel/R-callr) Update 3.7.0 to 3.7.3

# callr 3.7.3

* Errors from callr now include the standard output (in `$stdout`) and
  standard error (in `stderr`) again. The standard output and error are also
  printed on error in non-interactive sessions, and a note is printed about
  them in interactive sessions.

# callr 3.7.2

* New function `add_hook()` to hook into the callr process startup and
  options. This is for experts and it is also currently experimental
  (#203, @klmr).

# callr 3.7.1

* When copying existing startup files, an additional newline is appended to
  protect against a missing newline at the end of the file. This would
  cause R ignore that line (#205).

* Serialization of objects passed between sessions now uses `compress=FALSE`
  by default. The default can be changed by setting the
  `callr.compress_transport` option (#223, @dfalbel).

* We have revamped callr's error objects, with lots of improvements to the
  output.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-callr/Makefile
cvs rdiff -u -r1.9 -r1.10 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.8 pkgsrc/devel/R-callr/Makefile:1.9
--- pkgsrc/devel/R-callr/Makefile:1.8   Mon May 31 14:39:56 2021
+++ pkgsrc/devel/R-callr/Makefile       Sun Dec 18 01:15:14 2022
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.8 2021/05/31 14:39:56 mef Exp $
+# $NetBSD: Makefile,v 1.9 2022/12/18 01:15:14 mef Exp $
 
 R_PKGNAME=     callr
-R_PKGVER=      3.7.0
+R_PKGVER=      3.7.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Call R from R
 LICENSE=       mit
 
-DEPENDS+=      R-processx>=3.5.0:../../sysutils/R-processx
+DEPENDS+=      R-processx>=3.6.1:../../sysutils/R-processx
 
 # Packages suggested but not available:
 #  'pingr', 'spelling'
@@ -24,9 +24,9 @@ TEST_DEPENDS+=        R-rprojroot-[0-9]*:../../
 TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
 TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
 TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
+TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
 
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
-#  'pingr', 'spelling'

Index: pkgsrc/devel/R-callr/distinfo
diff -u pkgsrc/devel/R-callr/distinfo:1.9 pkgsrc/devel/R-callr/distinfo:1.10
--- pkgsrc/devel/R-callr/distinfo:1.9   Tue Oct 26 10:14:02 2021
+++ pkgsrc/devel/R-callr/distinfo       Sun Dec 18 01:15:14 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:14:02 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/12/18 01:15:14 mef Exp $
 
-BLAKE2s (R/callr_3.7.0.tar.gz) = 116db4557289e05cebe285af68a8851902a20d8074025a9130c5d47c6a518d04
-SHA512 (R/callr_3.7.0.tar.gz) = bca18993e498ceb0bc1acb7978d84fc105831ff0350237d5b039a005e4f87add6bdf501bfa544c4f2f292b10bacfa3a14cc4af64aae518ab31542e92d8620bef
-Size (R/callr_3.7.0.tar.gz) = 74518 bytes
+BLAKE2s (R/callr_3.7.3.tar.gz) = ca6260f8eb446f1b8751861063adc262e0897fa452b44751d51ab3e085cedf8b
+SHA512 (R/callr_3.7.3.tar.gz) = c65568d2ad67206e45d439fcfa2944067c88298814eab14646d3bb92ddda9e50900d4673b8fef3db8b7d3bbcea385cd16a1a877eca1e62bad9d1634fde5dd82f
+Size (R/callr_3.7.3.tar.gz) = 97813 bytes



Home | Main Index | Thread Index | Old Index