We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53be37 commit 53e9913Copy full SHA for 53e9913
bin/dependencies.R
@@ -1,4 +1,4 @@
1
-install_required_packages <- function(lib = NULL, repos = getOption("repos")) {
+install_required_packages <- function(lib = NULL, repos = getOption("repos", default = c(CRAN = "https://cran.rstudio.com/"))) {
2
3
if (is.null(lib)) {
4
lib <- .libPaths()
0 commit comments