First you need to install homebrew a command line package manager.
Then you install gfortran if you don’t have fortran on your computer (this is a dependency of R).
Note:
Homebrew seems to have removed gfortran from it's list as it's now provided by gcc.
Then you install gfortran if you don’t have fortran on your computer (this is a dependency of R).
brew install gfortranbrew install gcc
brew tap homebrew/science
brew install R 
Note:
Homebrew seems to have removed gfortran from it's list as it's now provided by gcc.
GNU Fortran is now provided as part of GCC, and can be installed with: brew install gcc
Comments
Post a Comment