8bae9b0892
# 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.
25 lines
760 B
Makefile
25 lines
760 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/09/20 04:13:53 mef Exp $
|
|
|
|
R_PKGNAME= pkgload
|
|
R_PKGVER= 1.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Simulate package installation and attach
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= R-desc>=1.2.0:../../devel/R-desc
|
|
DEPENDS+= R-pkgbuild>=1.0.4:../../devel/R-pkgbuild
|
|
DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang
|
|
DEPENDS+= R-rprojroot>=1.3.2:../../devel/R-rprojroot
|
|
DEPENDS+= R-withr>=2.1.2:../../devel/R-withr
|
|
DEPENDS+= R-rstudioapi>=0.10:../../math/R-rstudioapi
|
|
|
|
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"
|