Sun Sep 20 04:13:53 2020 UTC ()
(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.


(mef)
diff -r1.1 -r1.2 pkgsrc/devel/R-pkgload/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/R-pkgload/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/R-pkgload/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-pkgload/Makefile 2019/08/09 19:11:22 1.1
+++ pkgsrc/devel/R-pkgload/Makefile 2020/09/20 04:13:53 1.2
@@ -1,21 +1,25 @@ @@ -1,21 +1,25 @@
1# $NetBSD: Makefile,v 1.1 2019/08/09 19:11:22 brook Exp $ 1# $NetBSD: Makefile,v 1.2 2020/09/20 04:13:53 mef Exp $
2 2
3R_PKGNAME= pkgload 3R_PKGNAME= pkgload
4R_PKGVER= 1.0.2 4R_PKGVER= 1.1.0
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Simulate package installation and attach 8COMMENT= Simulate package installation and attach
9LICENSE= gnu-gpl-v3 9LICENSE= gnu-gpl-v3
10 10
11DEPENDS+= R-desc>=1.2.0:../../devel/R-desc 11DEPENDS+= R-desc>=1.2.0:../../devel/R-desc
12DEPENDS+= R-pkgbuild>=1.0.4:../../devel/R-pkgbuild 12DEPENDS+= R-pkgbuild>=1.0.4:../../devel/R-pkgbuild
13DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang 13DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang
14DEPENDS+= R-rprojroot>=1.3.2:../../devel/R-rprojroot 14DEPENDS+= R-rprojroot>=1.3.2:../../devel/R-rprojroot
15DEPENDS+= R-withr>=2.1.2:../../devel/R-withr 15DEPENDS+= R-withr>=2.1.2:../../devel/R-withr
16DEPENDS+= R-rstudioapi>=0.10:../../math/R-rstudioapi 16DEPENDS+= R-rstudioapi>=0.10:../../math/R-rstudioapi
17 17
18USE_LANGUAGES= c 18TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 19TEST_DEPENDS+= R-Rcpp-[0-9]*:../../devel/R-Rcpp
 20TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
 21
 22USE_LANGUAGES= c c++
19 23
20.include "../../math/R/Makefile.extension" 24.include "../../math/R/Makefile.extension"
21.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/R-pkgload/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-pkgload/distinfo 2019/08/09 19:11:22 1.1
+++ pkgsrc/devel/R-pkgload/distinfo 2020/09/20 04:13:53 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2019/08/09 19:11:22 brook Exp $ 1$NetBSD: distinfo,v 1.2 2020/09/20 04:13:53 mef Exp $
2 2
3SHA1 (R/pkgload_1.0.2.tar.gz) = e2cebd156ba998a367f07405890ebd2777078a10 3SHA1 (R/pkgload_1.1.0.tar.gz) = 453a2e8c8b40cb16fda642eac9fc0ce3330510fd
4RMD160 (R/pkgload_1.0.2.tar.gz) = 754b1e9ea418c4aa2008a41e7cb7208bbb9d51d4 4RMD160 (R/pkgload_1.1.0.tar.gz) = 937999463ab39f88111dfc9308cf5417ea080327
5SHA512 (R/pkgload_1.0.2.tar.gz) = a1bb38f8a14b0ffd9cc5483b1e0920c1f1284f8a4c1196682c943345274911816cde0ef9ccc251253db52658dcd9185f492162091c8fafa216b82f934572a3bc 5SHA512 (R/pkgload_1.1.0.tar.gz) = 0e1fd0954ed303a168d35d99e2cbe2a07f53afa6c16f463aacacecc1364944a3532c505deff0667caa4773204de60c0d9a286d060c7c07b56eb8ae2dff5dc8ee
6Size (R/pkgload_1.0.2.tar.gz) = 55605 bytes 6Size (R/pkgload_1.1.0.tar.gz) = 58046 bytes