Difference between revisions of "R 2016"

From HPC users
Jump to navigationJump to search
Line 1: Line 1:
=== Introduction ===
=== Introduction ===


...
R is a free software environment for statistical computing and graphics


=== Using R on the HPC cluster ===
=== Using R on the HPC cluster ===

Revision as of 08:50, 27 March 2017

Introduction

R is a free software environment for statistical computing and graphics

Using R on the HPC cluster

If you want to use R on the HPC cluster, you will have to load its module. You can do that by using the command

module load R

Since there is only one version of R installed, you dont need to specify a version. If you use the command

module spider R

you will find more informations about the module.

Installed version

The currently installed version of R is 3.3.1.

Documentation