Last active
August 5, 2021 11:27
-
-
Save ArnauMontagud/ab16c83bc59bba0c96a43a1c0b8c2d66 to your computer and use it in GitHub Desktop.
[R Update R] #R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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