diff options
| author | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-02-20 10:11:10 +0000 |
|---|---|---|
| committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-02-20 10:15:00 +0000 |
| commit | 87b934b2aadb32585715ea1e862bfa00906e4e7b (patch) | |
| tree | 8955b4fd791f489391fc03f8580947c26d185c3c /misc/R-cran-optimx | |
| parent | 0c67a387c2528b7251f75a19b0951c2db1d6c5c0 (diff) | |
Diffstat (limited to 'misc/R-cran-optimx')
| -rw-r--r-- | misc/R-cran-optimx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/R-cran-optimx/Makefile b/misc/R-cran-optimx/Makefile index c9008e30586a..efc37bdbe188 100644 --- a/misc/R-cran-optimx/Makefile +++ b/misc/R-cran-optimx/Makefile @@ -15,6 +15,7 @@ CRAN_DEPENDS= R-cran-nloptr>0:math/R-cran-nloptr \ BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-minqa>0:math/R-cran-minqa \ + R-cran-R.rsp>0:textproc/R-cran-R.rsp \ R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist @@ -22,7 +23,7 @@ USES= cran:auto-plist pre-test: # Test depends not ported yet -.for pkg in BB R.rsp dfoptim lbfgsb3c subplex ucminf +.for pkg in BB dfoptim lbfgsb3c subplex ucminf @${LOCALBASE}/bin/Rscript -e 'install.packages("${pkg}", \ repos = "https://cloud.r-project.org")' .endfor |
