r

Biostatistics
Data Mining
Optimization
Statistics
Programming Languages

Software Description

R is a language and environment for statistical computing and graphics. R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity.


Info

Module Name

R

Last Updated On

11/14/2023

Support Level

Primary Support

Software Access Level

Open Access

Home Page

https://www.r-project.org

Documentation

Software Description

R is a language and environment for statistical computing and graphics. R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity.

Citrix

To run this software under Windows, connect using instruction provided in our Windows systems page.  Once logged in, navigate to

Start > All Programs > R > R x64 $VERSION

\$VERSION is the version number of the R installation. If you need to run long or memory-intensive jobs, use R on Linux instead. If you need more details, visit the official documentation. We recommend that you install R packages in your home directory. It can be accomplished by typing the following in the R command prompt. You need to replace packagename with the actual package.

r <- getOption("repos");
r["CRAN"] <- http://cran.rstudio.com/";
options(repos=r); 
install.packages("packagename");

Some packages need external libraries such as gcc, gsl, fftw etc. You can find the requirements in the package documentation. These packages have to be loaded by using 'module load' command before using R. If you still experience issues, please contact help@msi.umn.edu.

General Linux

To run this software interactively in a Linux environment run the commands:

module load R
R

Several versions of R are available, but the versions may be different on different platforms.To list all versions of R available on the machine, type

module avail R

We recommend that you install R packages in your home directory. It can be accomplished by typing the following in the R command prompt. You need to replace packagename with the actual package.

r <- getOption("repos"); 
r["CRAN"] <-[http://cran.rstudio.com];
options(repos=r); 
install.packages("packagename");

Some packages need external libraries such as gcc, gsl, fftw etc. You can find the requirements in the package documentation. These packages have to be loaded by using 'module load' command before using R. If you still experience issues, please contact help@msi.umn.edu.

Agate Modules

Default

4.2.2-gcc-8.2.0-vp7tyde

Other Modules

4.2.2-gcc-8.2.0-vp7tyde, 4.3.0-openblas, 3.0.1, 3.0.2, 3.1.0, 3.1.1, 3.1.1_intel_mkl, 3.3.3, 4.3.0-openblas, 3.1.3, 3.2.1, 3.2.2, 3.2.5, 3.3.0, 3.3.1, 3.3.2, 3.4.3, 3.4.4, 3.4.4-tiff, 3.5.0, 3.5.2_mkl, 3.6.0, 3.6.3, 4.0.4, 4.1.0, 4.2.2-openblas

Mangi Modules

Default

4.2.2-gcc-8.2.0-vp7tyde

Other Modules

4.2.2-gcc-8.2.0-vp7tyde, 4.3.0-openblas, 3.0.1, 3.0.2, 3.1.0, 3.1.1, 3.1.1_intel_mkl, 3.3.3, 4.3.0-openblas, 3.1.3, 3.2.1, 3.2.2, 3.2.5, 3.3.0, 3.3.1, 3.3.2, 3.4.3, 3.4.4, 3.4.4-tiff, 3.5.0, 3.5.2_mkl, 3.6.0, 3.6.3, 4.0.4, 4.1.0, 4.2.2-openblas

Mesabi Modules

Default

4.2.2-gcc-8.2.0-vp7tyde

Other Modules

4.2.2-gcc-8.2.0-vp7tyde, 4.3.0-openblas, 3.0.1, 3.0.2, 3.1.0, 3.1.1, 3.1.1_intel_mkl, 3.3.3, 4.3.0-openblas, 3.1.3, 3.2.1, 3.2.2, 3.2.5, 3.3.0, 3.3.1, 3.3.2, 3.4.3, 3.4.4, 3.4.4-tiff, 3.5.0, 3.5.2_mkl, 3.6.0, 3.6.3, 4.0.4, 4.1.0, 4.2.2-openblas