Last active
December 15, 2022 20:21
-
-
Save remlapmot/19e48220548fb47782d9e03dbebb96cf to your computer and use it in GitHub Desktop.
Update R on Windows - launch Powershell terminal as Administrator and assuming R.exe is on the PATH
This file contains hidden or 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
R.exe -e "update.packages(ask = FALSE, repos = 'https://cran.rstudio.com')" |
Run in a Powershell Terminal with
./update_r_win.ps1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alternative
repos