Skip to content

Instantly share code, notes, and snippets.

@sdawson
Created February 28, 2012 01:25
Show Gist options
  • Save sdawson/1928358 to your computer and use it in GitHub Desktop.
Save sdawson/1928358 to your computer and use it in GitHub Desktop.
Installing R packages via Homebrew/R command line
install.packages("PackageName", lib="/usr/local/Cellar/r/2.14.1/lib")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment