Sun Dec 18 01:15:15 2022 UTC ()
(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.


(mef)
diff -r1.8 -r1.9 pkgsrc/devel/R-callr/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/R-callr/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/R-callr/Makefile (expand / switch to context diff)
--- pkgsrc/devel/R-callr/Makefile 2021/05/31 14:39:56 1.8
+++ pkgsrc/devel/R-callr/Makefile 2022/12/18 01:15:14 1.9
@@ -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
 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-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'

cvs diff -r1.9 -r1.10 pkgsrc/devel/R-callr/distinfo (expand / switch to context diff)
--- pkgsrc/devel/R-callr/distinfo 2021/10/26 10:14:02 1.9
+++ pkgsrc/devel/R-callr/distinfo 2022/12/18 01:15:14 1.10
@@ -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
+BLAKE2s (R/callr_3.7.3.tar.gz) = ca6260f8eb446f1b8751861063adc262e0897fa452b44751d51ab3e085cedf8b
-SHA512 (R/callr_3.7.0.tar.gz) = bca18993e498ceb0bc1acb7978d84fc105831ff0350237d5b039a005e4f87add6bdf501bfa544c4f2f292b10bacfa3a14cc4af64aae518ab31542e92d8620bef
+SHA512 (R/callr_3.7.3.tar.gz) = c65568d2ad67206e45d439fcfa2944067c88298814eab14646d3bb92ddda9e50900d4673b8fef3db8b7d3bbcea385cd16a1a877eca1e62bad9d1634fde5dd82f
-Size (R/callr_3.7.0.tar.gz) = 74518 bytes
+Size (R/callr_3.7.3.tar.gz) = 97813 bytes