Skip to content

Commit

Permalink
Merge branch 'master' into sqliteapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin committed Dec 6, 2019
2 parents b2bb439 + f78f7a1 commit c32e3ca
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tools/rpkg/dependencies.R
@@ -1 +1,10 @@
install.packages(c("DBI", "DBItest", "testthat", "dbplyr", "RSQLite", "callr", "nycflights13"), repos=c("http://cran.rstudio.com/"))
install_args <- list(
pkgs=c("DBI", "DBItest", "testthat", "dbplyr", "RSQLite", "callr", "nycflights13"),
repos=c("http://cran.rstudio.com/"))

if (.Platform$OS.type == "windows") {
message("Forcing binary package installs on Windows :/")
install_args[['type']] <- "binary"
}

do.call(install.packages, install_args)

0 comments on commit c32e3ca

Please sign in to comment.