Rメモ
Table of Contents
インストール(OSX)
RとRStudioをインストール
brew tap brewsci/science
brew install r
brew cask install rstudio
コマンドラインからエイリアスでRStudioを起動したい場合。必要かなこれ疑問。
echo "alias rstudio='open -a RStudio'" >> ~/.bash_profile
source ~/.bash_profile
参考 https://csudsi.netlify.com/2017/03/24/2017-03-24-install_r_homebrew/ https://qiita.com/epsilonminder/items/e3b1fc00edb63cb3a32b