How to install R on Mac OS X 10.10.2 using Homebrew? If I simply do
brew search R
or
brew install R
it does not do the trick as it did in 10.9.
How to install R on Mac OS X 10.10.2 using Homebrew? If I simply do
brew search R
or
brew install R
it does not do the trick as it did in 10.9.
You should run:
brew tap homebrew/science
brew install r
since R is maintained in the homebrew/science tap.