Skip to content

Instantly share code, notes, and snippets.

@ArnauMontagud
Last active August 5, 2021 11:27
Show Gist options
  • Save ArnauMontagud/ab16c83bc59bba0c96a43a1c0b8c2d66 to your computer and use it in GitHub Desktop.
Save ArnauMontagud/ab16c83bc59bba0c96a43a1c0b8c2d66 to your computer and use it in GitHub Desktop.
[R Update R] #R
# from here: https://www.r-statistics.com/2013/03/updating-r-from-r-on-windows-using-the-installr-package/
rm(list=ls())
if(!require(installr)) {
install.packages("installr"); require(installr)} #load / install+load installr
updateR()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment