Difference between revisions of "R 2016"

From HPC users
Jump to navigationJump to search
Line 16: Line 16:
=== Documentation ===
=== Documentation ===


You can look up anything about R on their [https://www.rdocumentation.org/ documentation page].
You can look up anything about R on their  
*[https://www.rdocumentation.org/ documentation pages]
*[https://cran.r-project.org/manuals.html manual pages]

Revision as of 08:55, 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

You can look up anything about R on their