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:
@ -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
|
||||
|
Reference in New Issue
Block a user