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) Updated to 3.4.1, 'make...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5a00a5a6074
branches:  trunk
changeset: 422420:b5a00a5a6074
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jan 26 14:07:54 2020 +0000

description:
(devel/R-callr)  Updated to 3.4.1, 'make test' does not pass yet

# 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).

diffstat:

 devel/R-callr/Makefile |   9 +++++----
 devel/R-callr/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r 794fdb75a85a -r b5a00a5a6074 devel/R-callr/Makefile
--- a/devel/R-callr/Makefile    Sun Jan 26 14:02:18 2020 +0000
+++ b/devel/R-callr/Makefile    Sun Jan 26 14:07:54 2020 +0000
@@ -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@localhost
@@ -11,8 +11,8 @@
 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
@@ -20,6 +20,7 @@
 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
 
diff -r 794fdb75a85a -r b5a00a5a6074 devel/R-callr/distinfo
--- a/devel/R-callr/distinfo    Sun Jan 26 14:02:18 2020 +0000
+++ b/devel/R-callr/distinfo    Sun Jan 26 14:07:54 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index