User Tools

Site Tools


r-software

This is an old revision of the document!


Table of Contents

R

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

Information

Usage

See versions of R which are available:

module avail R

Load one version into your environment and run it:

$ module load R/3.4.4
$ R

Here is a good resource on installing R packages into user libraries.

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget http://cran.mirror.ac.za/src/base/R-3/R-3.4.4.tar.gz
$ tar xf R-3.4.4.tar.gz
$ cd R-3.4.4
$ sudo yum install gcc-gfortran gcc-c++ libX11-devel libXaw-devel bzip2-devel libcurl-devel xz-devel readline-devel
$ ./configure --enable-R-shlib --prefix=/export/apps/R/3.4.4
$ make -j4
$ sudo mkdir /export/apps/R/3.4.4
$ sudo chown aorth /export/apps/R/3.4.4
$ make install
$ sudo chown -R root:root /export/apps/R/3.4.4
r-software.1522157906.txt.gz · Last modified: 2018/03/27 13:38 by aorth