Difference between revisions of "R 2016"

From HPC users
Jump to navigationJump to search
Line 3: Line 3:
...
...


=== Use R on the HPC cluster ===
=== 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
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

Revision as of 08:46, 27 March 2017

Introduction

...

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