CI update install-packages.R

.. to reflect we need to build with RInside with
   callbacks enabled.

[skip ci]
This commit is contained in:
Mark Liversedge
2016-04-12 19:48:06 +01:00
parent b0b4f868d5
commit 197aab06a5

View File

@@ -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" )