Skip to content

Instantly share code, notes, and snippets.

@bensutherland
Created May 3, 2019 17:23
Show Gist options
  • Save bensutherland/c3c42a1b25931c6b64bfae26904e71bc to your computer and use it in GitHub Desktop.
Save bensutherland/c3c42a1b25931c6b64bfae26904e71bc to your computer and use it in GitHub Desktop.
update_R

Update R

install.packages("installr")
library("installr")
updateR()

Go through prompts, but don't copy over all packages into the new library
as this can result in many packages needing to be manually updated as they do not
work with the current version of R.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment