mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
CI update install-packages.R
.. to reflect we need to build with RInside with callbacks enabled. [skip ci]
This commit is contained in:
@@ -6,5 +6,8 @@
|
||||
##
|
||||
## personal libs
|
||||
dir.create(Sys.getenv("R_LIBS_USER"), showWarnings = FALSE, recursive = TRUE)
|
||||
|
||||
##We don't install a standard package anymore, since we need to build it
|
||||
##with callbacks enabled
|
||||
##install.packages("RInside", Sys.getenv("R_LIBS_USER"), repos = "http://cran.case.edu" )
|
||||
install.packages("Rcpp", Sys.getenv("R_LIBS_USER"), repos = "http://cran.case.edu" )
|
||||
install.packages("RInside", Sys.getenv("R_LIBS_USER"), repos = "http://cran.case.edu" )
|
||||
|
||||
Reference in New Issue
Block a user