Closed lwaldron closed 6 years ago
Just a quick note about r-devel
and macOS, you can install relatively fast if you used homebrew to install r-release
... Just do this from terminal:
cd ~/Downloads
curl -O https://r.research.att.com/el-capitan/R-devel/R-devel-el-capitan-sa-x86_64.tar.gz
sudo tar fvxz R*.tar.gz -C /
brew unlink r
Open RStudio and you will have switched to r-devel
and then to switch back just do:
brew link r
It works really well for parallel installs!
Thanks @lwaldron ! This looks good :+1:
Warning, not checked (stuck running r-release on my laptop right now without time to set up the side-by-side installations...)