Skip to content

Commit

Permalink
(devel/R-callr) Update 3.7.0 to 3.7.3
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
mef committed Dec 18, 2022
1 parent 317a8a0 commit 893d4dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions devel/R-callr/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
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'
Expand All @@ -24,9 +24,9 @@ TEST_DEPENDS+= R-rprojroot-[0-9]*:../../devel/R-rprojroot
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'
8 changes: 4 additions & 4 deletions devel/R-callr/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 893d4dc

Please sign in to comment.