quinlan-lab / sllobs-biostats

70 stars 18 forks source link

RStudio on CHPC #2

Open mvelinder opened 5 years ago

mvelinder commented 5 years ago

For those interested in using RStudio on CHPC resources, it's quite easy. https://www.chpc.utah.edu/documentation/software/r-language.php#rstudio

Generally do the following:

I've found it helpful to maintain my R environment and project states on CHPC, where it's accessible from any machine via ssh. Let me know if you have problems!

Update: I've had some seg fault's with this approach. In particular running Tom's ggplot code. CHPC wasn't able to help sort it out. But I was able to resolve it by using rstudio in a conda environment. I'd recommend using rstudio in a conda environment like this, instead of the modules from CHPC.

arq5x commented 5 years ago

This is great, thanks @mvelinder

arq5x commented 5 years ago

can ssh -Y ... replace step one?

mvelinder commented 5 years ago

Ah, apparently it can @arq5x ! I didn't know that about ssh. I've updated the top comment