Skip to content

Instantly share code, notes, and snippets.

@iangow
Last active August 18, 2019 22:28
Show Gist options
  • Save iangow/7ca1b236a21bd753e9866e0180024b03 to your computer and use it in GitHub Desktop.
Save iangow/7ca1b236a21bd753e9866e0180024b03 to your computer and use it in GitHub Desktop.
Install R from the command line
wget https://cran.rstudio.com/bin/macosx/R-3.6.1.pkg
sudo installer -pkg R-3.6.1.pkg -target /
rm R-3.6.1.pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment