0%

MacOS上安装R和Rstudio

安装

安装xquartzx11图形依赖,中间会要求输入密码

1
brew cask install xquartz

r是在science 这个repo里

1
brew tap homebrew/science

接下来安装r

1
brew install --with-x11 r

最后可以安装rstudio,默认安装到用户目录下的~/Applications

1
brew cask install rstudio

如果想安装到整个系统的/Applications下的话,使用—appdir参数

1
brew cask install --appdir=/Applications rstudio

启动

直接到LaunchPad里找Rstudio,点击即可