Difference between revisions of "R 2016"

From HPC users
Jump to navigationJump to search
Line 2: Line 2:


...
...
=== Use 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 ===
=== Installed version ===

Revision as of 08:46, 27 March 2017

Introduction

...

Use 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