Installing R with Homebrew

后端 未结 12 658
旧时难觅i
旧时难觅i 2020-12-12 12:35

I\'m trying to install R using Homebrew. I ran these commands which are recommended elsewhere on SO:

brew tap homebrew/science
brew install R
12条回答
  •  一生所求
    2020-12-12 12:50

    I am working MacOS 10.10. I have updated gcc to version 4.9 to make it work.

    brew update
    brew install gcc
    brew reinstall r
    

提交回复
热议问题