pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-pkgload



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Sep 20 04:13:53 UTC 2020

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

Log Message:
(devel/R-pkgload) Updated 1.0.2 to 1.1.0.  make test fails

# pkgload 1.1.0

* `dev_example()` now works after removing an inconsistent call to `load_all()`
  (@riccardoporreca, #122).

* `load_all()` now issues a warning if exported objects conflict with objects
  defined in the global environment (#112)

* `run_example()` arguments `run` and `test` are deprecated in favor of the
  (hopefully) more clear `run_dontrun` and `run_donttest` (#107).

* Internal fixes for compatibility with the future 4.1.0 release.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-pkgload/Makefile \
    pkgsrc/devel/R-pkgload/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-pkgload/Makefile
diff -u pkgsrc/devel/R-pkgload/Makefile:1.1 pkgsrc/devel/R-pkgload/Makefile:1.2
--- pkgsrc/devel/R-pkgload/Makefile:1.1 Fri Aug  9 19:11:22 2019
+++ pkgsrc/devel/R-pkgload/Makefile     Sun Sep 20 04:13:53 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 19:11:22 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/20 04:13:53 mef Exp $
 
 R_PKGNAME=     pkgload
-R_PKGVER=      1.0.2
+R_PKGVER=      1.1.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -15,7 +15,11 @@ DEPENDS+=    R-rprojroot>=1.3.2:../../devel
 DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
 DEPENDS+=      R-rstudioapi>=0.10:../../math/R-rstudioapi
 
-USE_LANGUAGES= c
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-Rcpp-[0-9]*:../../devel/R-Rcpp
+TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
+
+USE_LANGUAGES= c c++
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-pkgload/distinfo
diff -u pkgsrc/devel/R-pkgload/distinfo:1.1 pkgsrc/devel/R-pkgload/distinfo:1.2
--- pkgsrc/devel/R-pkgload/distinfo:1.1 Fri Aug  9 19:11:22 2019
+++ pkgsrc/devel/R-pkgload/distinfo     Sun Sep 20 04:13:53 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/08/09 19:11:22 brook Exp $
+$NetBSD: distinfo,v 1.2 2020/09/20 04:13:53 mef Exp $
 
-SHA1 (R/pkgload_1.0.2.tar.gz) = e2cebd156ba998a367f07405890ebd2777078a10
-RMD160 (R/pkgload_1.0.2.tar.gz) = 754b1e9ea418c4aa2008a41e7cb7208bbb9d51d4
-SHA512 (R/pkgload_1.0.2.tar.gz) = a1bb38f8a14b0ffd9cc5483b1e0920c1f1284f8a4c1196682c943345274911816cde0ef9ccc251253db52658dcd9185f492162091c8fafa216b82f934572a3bc
-Size (R/pkgload_1.0.2.tar.gz) = 55605 bytes
+SHA1 (R/pkgload_1.1.0.tar.gz) = 453a2e8c8b40cb16fda642eac9fc0ce3330510fd
+RMD160 (R/pkgload_1.1.0.tar.gz) = 937999463ab39f88111dfc9308cf5417ea080327
+SHA512 (R/pkgload_1.1.0.tar.gz) = 0e1fd0954ed303a168d35d99e2cbe2a07f53afa6c16f463aacacecc1364944a3532c505deff0667caa4773204de60c0d9a286d060c7c07b56eb8ae2dff5dc8ee
+Size (R/pkgload_1.1.0.tar.gz) = 58046 bytes



Home | Main Index | Thread Index | Old Index