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) Update 3.7.0 to 3.7.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/af5326cc503c
branches: trunk
changeset: 390194:af5326cc503c
user: mef <mef%pkgsrc.org@localhost>
date: Sun Dec 18 01:15:14 2022 +0000
description:
(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.
diffstat:
devel/R-callr/Makefile | 8 ++++----
devel/R-callr/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (45 lines):
diff -r 99d01ec5200c -r af5326cc503c devel/R-callr/Makefile
--- a/devel/R-callr/Makefile Sun Dec 18 01:08:19 2022 +0000
+++ b/devel/R-callr/Makefile Sun Dec 18 01:15:14 2022 +0000
@@ -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-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'
diff -r 99d01ec5200c -r af5326cc503c devel/R-callr/distinfo
--- a/devel/R-callr/distinfo Sun Dec 18 01:08:19 2022 +0000
+++ b/devel/R-callr/distinfo Sun Dec 18 01:15:14 2022 +0000
@@ -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