R¶
Overview¶
R is a programming language and software environment for statistical analysis and graphics. It is widely used in scientific computing, especially for data analysis and statistical modeling.
- Below are the instructions for loading R, installing packages, and managing libraries.
Step by Step¶
-
Loading R: To use R on the cluster, first check the available versions:
Then load the desired version:
```bash
module load R/4.0.3
```
-
Installing Packages: Within an R session, you can install additional packages directly using:
-
Managing Package Libraries: To set a custom directory for packages, modify the
.libPaths()variable: -
Updating Packages: To update installed packages, use:
Problems and Support¶
If you need help using R, please contact us through our support page.