Changeset: 8e3dccb2c60f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8e3dccb2c60f Modified Files: clients/R/Tests/deps-test.R Branch: Dec2016 Log Message:
forcing dplyr dev diffs (16 lines): diff --git a/clients/R/Tests/deps-test.R b/clients/R/Tests/deps-test.R --- a/clients/R/Tests/deps-test.R +++ b/clients/R/Tests/deps-test.R @@ -5,4 +5,12 @@ dd <- capture.output(suppressMessages(su if(length(np)) install.packages(np, repos=repos, quiet=T) update.packages(repos=repos, ask=F, oldPkgs=lp, quiet=T) })(c('Rcpp', 'dplyr', 'Lahman', 'nycflights13', 'gdata', 'survey')) + + # dev dplyr + if (packageVersion("devtools") < 1.6) { + install.packages("devtools") + } + devtools::install_github("hadley/lazyeval") + devtools::install_github("hadley/dplyr") + }))) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list