Last active
December 30, 2020 16:27
-
-
Save iangow/3f483d165ab528587a335e55a0f138d9 to your computer and use it in GitHub Desktop.
Code to install R from the command line
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
wget https://cran.rstudio.com/bin/macosx/R-4.0.3.pkg | |
sudo installer -pkg R-4.0.3.pkg -target / | |
rm R-4.0.3.pkg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And use this to re-install packages: