Skip to content

Commit

Permalink
(devel/R-callr) Updated from 3.3.1 to 3.4.0
Browse files Browse the repository at this point in the history
(pkgsrc changes)
 - Add (some) TEST_DEPENDS, but 'make test' not completed yet,
   some not yet R-packages are required

(upstream changes)
# callr 3.4.0
* All callr functions and background processes properly clean up
  temporary files now (#104).

* callr now uses a more principled setup for the library path, and
  restores the related environment variables in the child process.
  This is a **breaking change** if you relied on having the library set
  in a `system()` subprocess of the callr subprocess (#114).

* Better printing of `rlang_error`s that happened in the subprocess.

* The stacking of error objects is slightly different now, as we keep the
  unmodified error from the subprocess in `$parent$error`.

* callr now loads `.Rprofile` files from the current working directory
  by default. This works better with packrat, renv, and other software
  that relies on a local profile for initialization (#131).

# callr 3.3.2
No user visible changes in this version.
  • Loading branch information
mef committed Jan 12, 2020
1 parent f1f0ffc commit cad8ca1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
15 changes: 13 additions & 2 deletions devel/R-callr/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2019/08/09 19:05:49 brook Exp $
# $NetBSD: Makefile,v 1.2 2020/01/12 15:50:07 mef Exp $

R_PKGNAME= callr
R_PKGVER= 3.3.1
R_PKGVER= 3.4.0
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -10,6 +10,17 @@ LICENSE= mit

DEPENDS+= R-processx>=3.4.0:../../sysutils/R-processx

# Packages suggested but not available:
# 'cliapp', 'pingr', 'rmarkdown', 'rprojroot', 'spelling', 'testthat'
TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-crayon-[0-9]*:../../devel/R-crayon
TEST_DEPENDS+= R-fansi-[0-9]*:../../devel/R-fansi
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-rprojroot-[0-9]*:../../devel/R-rprojroot
TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble

USE_LANGUAGES= # none

.include "../../math/R/Makefile.extension"
Expand Down
10 changes: 5 additions & 5 deletions devel/R-callr/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2019/08/09 19:05:49 brook Exp $
$NetBSD: distinfo,v 1.2 2020/01/12 15:50:07 mef Exp $

SHA1 (R/callr_3.3.1.tar.gz) = 886f2ea0b8b6cf2f6ccceec6e91aced03100b8bc
RMD160 (R/callr_3.3.1.tar.gz) = 407a15a6d8bdb732ccd5b859a6a20536424f26d4
SHA512 (R/callr_3.3.1.tar.gz) = 684d8baa9254b70810f07d5feaa7bd99abd4248e72d94020f8c07b317437b11c7f41083f31157c2005d2ef9f79dccd4537f75a75bf2a7acb7bb4c0b20c33def8
Size (R/callr_3.3.1.tar.gz) = 94264 bytes
SHA1 (R/callr_3.4.0.tar.gz) = e089ca1da3038b116c26023a5adb0be783d2a6d2
RMD160 (R/callr_3.4.0.tar.gz) = d1608e3d56e92753eeb93587cd22a86d6b7f1202
SHA512 (R/callr_3.4.0.tar.gz) = a8d45e4ba08d10a736e06008bb14b385636576ac1845b65cc67ce2fe5980b3cdc45d1390ead0178be1200dd3c9cf73e1df8ecf0680dad717f9a8211efa22cd39
Size (R/callr_3.4.0.tar.gz) = 100129 bytes

0 comments on commit cad8ca1

Please sign in to comment.