1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 18:21:49 +02:00

(v0.8.0.9024) appveyor fix

This commit is contained in:
2019-11-10 09:04:18 +01:00
parent e252f68cdb
commit 07f945de53
11 changed files with 21 additions and 15 deletions

View File

@ -148,6 +148,8 @@ BootstrapMacOptions() {
}
EnsureDevtools() {
# force install Rcpp
RBinaryInstall Rcpp
if ! Rscript -e 'if (!("devtools" %in% rownames(installed.packages()))) q(status=1)' ; then
# Install devtools and testthat.
RBinaryInstall devtools testthat