(devel/R-pkgload) +TEST_DEPENDS, but make test does not pass yet

This commit is contained in:
mef 2024-01-22 03:23:15 +00:00
parent fc868f988d
commit a38e43c0ca
1 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2024/01/21 23:33:24 mef Exp $
# $NetBSD: Makefile,v 1.10 2024/01/22 03:23:15 mef Exp $
R_PKGNAME= pkgload
R_PKGVER= 1.3.4
@ -16,8 +16,6 @@ DEPENDS+= R-rprojroot>=1.3.2:../../devel/R-rprojroot
DEPENDS+= R-rstudioapi>=0.10:../../math/R-rstudioapi
DEPENDS+= R-withr>=2.1.2:../../devel/R-withr
# Package suggested but not available: 'remotes'
TEST_DEPENDS+= R-Rcpp-[0-9]*:../../devel/R-Rcpp
TEST_DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops
TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
@ -25,8 +23,16 @@ TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-mathjaxr-[0-9]*:../../www/R-mathjaxr
TEST_DEPENDS+= R-mockr-[0-9]*:../../devel/R-mockr
TEST_DEPENDS+= R-pak-[0-9]*:../../devel/R-pak
TEST_DEPENDS+= R-remotes-[0-9]*:../../devel/R-remotes
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
USE_LANGUAGES= c c++
.include "../../math/R/Makefile.extension"