Installing R with Homebrew

后端 未结 12 653
旧时难觅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 13:03

    I used this tutorial to install R on my mac, and it had me install xquartz and a fortran complier (gfortran) as well.

    My suggestion would be to brew untap homebrew/science and then brew tap homebrew/science and try again, also, make sure you don't have any errors when you run brew doctor

    Hope this helps

提交回复
热议问题