Changeset: 151314949edf for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=151314949edf
Modified Files:
        clients/R/Tests/deps-install.R
        clients/R/Tests/dplyr-flights.stable.out
Branch: Jun2016
Log Message:

R client tests update


diffs (55 lines):

diff --git a/clients/R/Tests/deps-install.R b/clients/R/Tests/deps-install.R
--- a/clients/R/Tests/deps-install.R
+++ b/clients/R/Tests/deps-install.R
@@ -3,6 +3,9 @@ dir.create(unlist(strsplit(Sys.getenv("R
 
 # autoinstall DBI and digest, we need those to install MonetDB.R
 dd <- capture.output(suppressMessages(suppressWarnings({
-       install.packages(c("devtools", "digest"), 
repos="http://cran.rstudio.com/";, quiet=T)
+       repos <- "http://cran.rstudio.com/";
+       lp <- c("devtools", "digest")
+       install.packages(lp, repos=repos, quiet=T)
+       update.packages(repos=repos, ask=F, oldPkgs=lp)
        devtools::install_github("rstats-db/DBI", quiet=T)
 })))
diff --git a/clients/R/Tests/dplyr-flights.stable.out 
b/clients/R/Tests/dplyr-flights.stable.out
--- a/clients/R/Tests/dplyr-flights.stable.out
+++ b/clients/R/Tests/dplyr-flights.stable.out
@@ -30,25 +30,25 @@ Ready.
 # 11:44:05 >  
 
 [1] TRUE
-[1] 336776     16
-[1] 42 16
-[1] 42 16
-[1] 42 16
-[1] 42 16
-[1] 42 16
+[1] 336776     19
+[1] 42 19
+[1] 42 19
+[1] 42 19
+[1] 42 19
+[1] 42 19
 [1] 42  3
 [1] 42  3
-[1] 42 13
-[1] 42  1
 [1] 42 16
 [1] 42  1
+[1] 42 19
+[1] 42  1
 [1] 42  2
-[1] 42 18
-[1] 42 18
+[1] 42 21
+[1] 42 21
 [1] 42  2
 [1] 1 1
-[1] 10 16
-[1] 42 16
+[1] 10 19
+[1] 42 19
 [1] 42  3
 [1] 42  4
 [1] 42  4
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to