Changeset: 022b17554701 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=022b17554701
Modified Files:
        clients/R/Tests/install.R
Branch: Jul2015
Log Message:

fix for running r test with newest r versions


diffs (12 lines):

diff --git a/clients/R/Tests/install.R b/clients/R/Tests/install.R
--- a/clients/R/Tests/install.R
+++ b/clients/R/Tests/install.R
@@ -11,7 +11,7 @@ dir.create(installdir)
 file.copy(from=file.path(srcdir, "..", "MonetDB.R"), to=builddir, recursive=T)
 dd <- capture.output(suppressMessages( {
        sink(file=file(tempfile(), open = "wt"), type = "message") 
-       install.packages(file.path(builddir, "MonetDB.R"), repos=NULL, 
lib=installdir, quiet=T)
+       install.packages(file.path(builddir, "MonetDB.R"), repos=NULL, 
lib=installdir, quiet=T, type="source")
        sink(type = "message") 
 }))
 library(MonetDB.R,quietly=T,lib.loc=installdir)
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to