Skip to content

Instantly share code, notes, and snippets.

@svs14
Created January 3, 2016 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svs14/4d72b47d5e8f08101e6f to your computer and use it in GitHub Desktop.
Save svs14/4d72b47d5e8f08101e6f to your computer and use it in GitHub Desktop.
Install rstudio on OSX 10.11
#!/bin/bash
#
# Installs rstudio on OSX 10.11
#
brew install homebrew/science/r
brew install Caskroom/cask/rstudio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment