Skip to content

Commit 53e9913

Browse files
authored
add default repository to install_required_packages() (#509)
1 parent f53be37 commit 53e9913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dependencies.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
install_required_packages <- function(lib = NULL, repos = getOption("repos")) {
1+
install_required_packages <- function(lib = NULL, repos = getOption("repos", default = c(CRAN = "https://cran.rstudio.com/"))) {
22

33
if (is.null(lib)) {
44
lib <- .libPaths()

0 commit comments

Comments
 (0)