Skip to content

Instantly share code, notes, and snippets.

@ddbs
Last active February 17, 2019 21:57
Show Gist options
  • Save ddbs/bdd5e3392e57b010db88c1b64a005eec to your computer and use it in GitHub Desktop.
Save ddbs/bdd5e3392e57b010db88c1b64a005eec to your computer and use it in GitHub Desktop.
Update R
## Install old packages
## https://stackoverflow.com/questions/25721884/how-should-i-deal-with-package-xxx-is-not-available-for-r-version-x-y-z-wa
## update R in windows
library(installr)
updateR()
## update R in linux
#FIXME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment