blob: 56f81ce0cb36f06e229571739dbf80059b78e744 [file] [log] [blame]
Marc Kupietz01f41602020-06-19 20:06:31 +02001args <- commandArgs(trailingOnly = TRUE)
2
3repos <- "https://cran.rstudio.com"
4
5install.packages(args, repos = repos)