Changeset: a10a6f1d1167 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a10a6f1d1167
Modified Files:
        clients/R/Tests/install-dependencies.sh
Branch: default
Log Message:

R Connector: Create R directory if not exists


diffs (7 lines):

diff --git a/clients/R/Tests/install-dependencies.sh 
b/clients/R/Tests/install-dependencies.sh
--- a/clients/R/Tests/install-dependencies.sh
+++ b/clients/R/Tests/install-dependencies.sh
@@ -1,2 +1,3 @@
 #!/bin/sh
+R --vanilla --quiet -e 'dir.create(unlist(strsplit(Sys.getenv("R_LIBS_USER"), 
.Platform$path.sep))[1L], recursive = TRUE, showWarnings=F)'
 R --vanilla --quiet -e 
"install.packages(c('dplyr','survey','sqlsurvey','DBI','digest','Lahman'),repos=c('http://download.r-forge.r-project.org','http://cran.rstudio.com/'),type='source')"
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to