Minnesota Supercomputing Institute
1.2.5033
1.3.1093, 0.98.1103, 0.98.507, 0.95, 1.2.5033, 1.1.423, 2022.02.3
Friday, June 3, 2022
0.98.1103
0.98.1103, 0.98.501, 1.1.423, 2022.02.3
RStudio provides open source and enterprise-ready professional software for the R statistical computing environment. RStudio is an IDE for the R programming language.
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 pageAdditional documentation is available within the program through the help menu.