我正在尝试使用 Homebrew 安装 R。我运行了这些在 SO 其他地方推荐的命令:
brew tap homebrew/science brew install R
对于brew tap homebrew/science,我收到此错误:
brew tap homebrew/science
Error: Already tapped!
对于第二个命令,我收到:
Error: No available formula for r
有什么建议么?
截至 2017 年 / Brew 1.3.2 @ macOS Sierra 10.12.6 您所要做的就是:
$ brew install r
您甚至不需要使用homebrew/science,因为 r 现在是 Homebrew ( homebrew-core ) 的核心公式的一部分。
它还将自动安装所有依赖项:
==> Installing dependencies for r: gmp, mpfr, libmpc, isl, gcc
您可能想知道另外两个选项:
--with-java Build with java support --with-openblas Build with openblas support