pkgsrc/devel/R-callr/Makefile
mef f5a9e76388 (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).
2020-01-26 14:07:54 +00:00

28 lines
874 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/01/26 14:07:54 mef Exp $
R_PKGNAME= callr
R_PKGVER= 3.4.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Call R from R
LICENSE= mit
DEPENDS+= R-processx>=3.4.0:../../sysutils/R-processx
# Packages suggested but not available:
# '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
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
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
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"