Skip to content

Commit

Permalink
misc/R-cran-optimx: Update test dependency
Browse files Browse the repository at this point in the history
Use R.rsp from ports as it is available now.

Reported by:	uzsolt
  • Loading branch information
nunotexbsd committed Feb 20, 2025
1 parent 0c67a38 commit 87b934b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/R-cran-optimx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ 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

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
Expand Down

0 comments on commit 87b934b

Please sign in to comment.