pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-callr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 26 14:07:54 UTC 2020

Modified Files:
        pkgsrc/devel/R-callr: Makefile distinfo

Log Message:
(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).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-callr/Makefile \
    pkgsrc/devel/R-callr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-callr/Makefile
diff -u pkgsrc/devel/R-callr/Makefile:1.2 pkgsrc/devel/R-callr/Makefile:1.3
--- pkgsrc/devel/R-callr/Makefile:1.2   Sun Jan 12 15:50:07 2020
+++ pkgsrc/devel/R-callr/Makefile       Sun Jan 26 14:07:54 2020
@@ -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 @@ 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
@@ -20,6 +20,7 @@ TEST_DEPENDS+=        R-withr-[0-9]*:../../deve
 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
 
Index: pkgsrc/devel/R-callr/distinfo
diff -u pkgsrc/devel/R-callr/distinfo:1.2 pkgsrc/devel/R-callr/distinfo:1.3
--- pkgsrc/devel/R-callr/distinfo:1.2   Sun Jan 12 15:50:07 2020
+++ pkgsrc/devel/R-callr/distinfo       Sun Jan 26 14:07:54 2020
@@ -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