Skip to content

Instantly share code, notes, and snippets.

@nrkoehler
Created August 4, 2023 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrkoehler/d72ab554ef1edea09c7fd3872e297409 to your computer and use it in GitHub Desktop.
Save nrkoehler/d72ab554ef1edea09c7fd3872e297409 to your computer and use it in GitHub Desktop.
# fast R update
rupdate <- function(){
utils::update.packages(
ask = FALSE,
Ncpus = 6,
repos = "https://cloud.r-project.org"
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment