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

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

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget https://cran.r-project.org/src/base/R-3/R-3.3.3.tar.gz
$ tar xf R-3.3.3.tar.gz
$ cd R-3.3.3
$ sudo yum install gcc-gfortran gcc-c++ libX11-devel libXaw-devel bzip2-devel libcurl-devel xz-devel
$ ./configure --enable-R-shlib --prefix=/export/apps/R/3.3.3
$ sudo mkdir /export/apps/R/3.3.3
$ sudo chown aorth /export/apps/R/3.3.3
$ make install
$ sudo chown -R root:root /export/apps/R/3.3.3
r-software.1512375087.txt.gz · Last modified: 2017/12/04 08:11 by aorth