rstudio
Summary
Module Name: rstudio
Support Level: Secondary Support
Software Access Level: Open Access
Home Page: http://www.rstudio.com/
Software Description
RStudio provides open source and enterprise-ready professional software for the R statistical computing environment. RStudio is an IDE for the R programming language.
General Linux
To run this software interactively in a Linux environment run the commands:
module load rstudio
rstudio
RStudio depends on the R package. This being the case, loading rstudio will by default load some version of R. If you wish to use a different version with RStudio, try something like the following:
module load rstudio
module unload R
module load R/2.15.1
Note that not all installed versions of R are compatible with rstudio. Several versions of rstudio are available. To see a list, run the following command:
module avail rstudio
RStudio home page Additional documentation is available within the program through the help menu.