pkgsrc/devel/R-disposables/Makefile
mef 2386f5ddc2 (devel/R-disposables) import R-disposables-1.0.3
Create disposable R packages for testing. You can create, install and
load multiple R packages with a single function call, and then unload,
uninstall and destroy them with another function call. This is handy
when testing how some R code or an R package behaves with respect to
other packages.
2021-05-30 02:36:31 +00:00

16 lines
386 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/05/30 02:36:31 mef Exp $
R_PKGNAME= disposables
R_PKGVER= 1.0.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Create Disposable R Packages for Testing
LICENSE= mit # + file LICENSE
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"