Skip to content
Snippets Groups Projects
Commit 234bda04 authored by mato's avatar mato
Browse files

Add DEoptim package to R installation

git-svn-id: svn+ssh://svn.cern.ch/reps/lcgsoft/trunk/lcgcmake@7442 4525493e-7705-40b1-a816-d608a930855b
parent 07734596
No related branches found
No related tags found
No related merge requests found
...@@ -901,8 +901,9 @@ LCGPackage_Add( ...@@ -901,8 +901,9 @@ LCGPackage_Add(
#---R----------------------------------------------------------------------------------------------------- #---R-----------------------------------------------------------------------------------------------------
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/install-packages.R " file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/install-packages.R "
install.packages(\"Rcpp\",repos=\"http://stat.ethz.ch/CRAN/\") install.packages('Rcpp',repos=\"http://stat.ethz.ch/CRAN/')
install.packages(\"RInside\",repos=\"http://stat.ethz.ch/CRAN/\") install.packages('RInside',repos='http://stat.ethz.ch/CRAN/')
install.packages('DEoptim',repos='http://stat.ethz.ch/CRAN/')
") ")
LCGPackage_Add( LCGPackage_Add(
R R
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment