User Tools

Site Tools


r-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
r-software [2018/03/27 13:38] aorthr-software [2018/07/03 09:00] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest version: 3.4.4+  * Latest version: 3.5.1
   * Added: February, 2015   * Added: February, 2015
-  * Updated: March, 2018+  * Updated: July, 2018
   * Link: http://www.r-project.org/   * Link: http://www.r-project.org/
  
Line 15: Line 15:
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load R/3.4.4+<code>$ module load R/3.5.1
 $ R</code> $ R</code>
  
Line 23: Line 23:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ cd /tmp +<code>$ wget http://cran.mirror.ac.za/src/base/R-3/R-3.5.1.tar.gz 
-$ wget http://cran.mirror.ac.za/src/base/R-3/R-3.4.4.tar.gz +$ tar xf R-3.5.1.tar.gz 
-$ tar xf R-3.4.4.tar.gz +$ cd R-3.5.1
-$ cd R-3.4.4+
 $ sudo yum install gcc-gfortran gcc-c++ libX11-devel libXaw-devel bzip2-devel libcurl-devel xz-devel readline-devel $ 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+$ ./configure --enable-R-shlib --prefix=/export/apps/R/3.5.1
 $ make -j4 $ make -j4
-$ sudo mkdir /export/apps/R/3.4.4 +$ sudo mkdir -p /export/apps/R/3.5.1 
-$ sudo chown aorth /export/apps/R/3.4.4+$ sudo chown aorth:aorth /export/apps/R/3.5.1
 $ make install $ make install
-$ sudo chown -R root:root /export/apps/R/3.4.4</code>+$ sudo chown -R root:root /export/apps/R/3.5.1</code>
r-software.txt · Last modified: 2023/07/12 06:39 by aorth