Skip to content

Commit

Permalink
(devel/R-callr) Updated to 3.4.1, 'make test' does not pass yet
Browse files Browse the repository at this point in the history
# callr 3.4.1

* callr is now more careful when loading the local `.Rprofile` in the
  subprocess. This fixes issues with packrat and renv that use `.Rprofile`
    for setup (#139).
  • Loading branch information
mef committed Jan 26, 2020
1 parent a0e2eef commit 63df751
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions devel/R-callr/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2020/01/12 15:50:07 mef Exp $
# $NetBSD: Makefile,v 1.3 2020/01/26 14:07:54 mef Exp $

R_PKGNAME= callr
R_PKGVER= 3.4.0
R_PKGVER= 3.4.1
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -11,15 +11,16 @@ 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
# 'pingr', 'spelling'
TEST_DEPENDS+= R-cliapp-[0-9]*:../../devel/R-cliapp
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
TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown

USE_LANGUAGES= # none

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.2 2020/01/12 15:50:07 mef Exp $
$NetBSD: distinfo,v 1.3 2020/01/26 14:07:54 mef Exp $

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
SHA1 (R/callr_3.4.1.tar.gz) = 9f8f7b3566ba540c81fdd1cb2cef8b4e0887f926
RMD160 (R/callr_3.4.1.tar.gz) = a85907dc9f5c896581c77f99357314ee68d43a51
SHA512 (R/callr_3.4.1.tar.gz) = d1504064fe59d7e510c8f6fc461aa5c77e5210bf9800c5af8b45d95787fbdd62780698ed8809b4d1136549acb955b59be24a9807e94a5c534f9da7322fa516d3
Size (R/callr_3.4.1.tar.gz) = 67676 bytes

0 comments on commit 63df751

Please sign in to comment.