Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Dec 20, 2023
1 parent 06d15e5 commit 88e09f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install_packages_get_griis.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ required <- c("rgbif", "tidyverse", "tidylog", "janitor", "here", "trias"
if (!all(required %in% installed)) {
pkgs_to_install <- required[!required %in% installed]
print(paste("Packages to install:", paste(pkgs_to_install, collapse = ", ")))
install.packages(pkgs_to_install)
install.packages(pkgs_to_install, repos = "https://cran.r-project.org/")
}

0 comments on commit 88e09f2

Please sign in to comment.