waldronlab / TCGAutils

Toolbox package for organizing and working with TCGA data
https://bioconductor.org/packages/TCGAutils
23 stars 6 forks source link

Edits to vignette #9

Closed lwaldron closed 6 years ago

lwaldron commented 6 years ago

Warning, not checked (stuck running r-release on my laptop right now without time to set up the side-by-side installations...)

schifferl commented 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!

LiNk-NY commented 6 years ago

Thanks @lwaldron ! This looks good :+1: