Last active
March 5, 2017 02:22
-
-
Save scheffield/34a127feb4894bf4bb509689a3847dfe to your computer and use it in GitHub Desktop.
Install R on Mac
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
# http://apple.stackexchange.com/questions/121401/how-do-i-install-r-on-os-x | |
brew install r r-gui | |
brew link r-gui | |
open /Applications/R.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment