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 revision
Previous revision
Next revisionBoth sides next revision
r-software [2017/12/20 12:19] aorthr-software [2018/11/04 16:06] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest version: 3.4.3+  * Version: 3.5.1
   * Added: February, 2015   * Added: February, 2015
-  * Updated: December2017 +  * Updated: July2018 
-  * Link: http://www.r-project.org/+  * Link: https://www.r-project.org/
  
 ===== Usage ===== ===== Usage =====
  
-See versions of R which are available: +See versions of R that are available: 
-<code>module avail R</code>+<code>module avail R</code>
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load R/3.4.3+<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.3.tar.gz +$ tar xf R-3.5.1.tar.gz 
-$ tar xf R-3.4.3.tar.gz +$ cd R-3.5.1 
-$ cd R-3.4.3 +$ 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 +$ ./configure --enable-R-shlib --prefix=/export/apps/R/3.5.1
-$ ./configure --enable-R-shlib --prefix=/export/apps/R/3.4.3+
 $ make -j4 $ make -j4
-$ sudo mkdir /export/apps/R/3.4.3 +$ sudo mkdir -p /export/apps/R/3.5.1 
-$ sudo chown aorth /export/apps/R/3.4.3+$ sudo chown aorth:aorth /export/apps/R/3.5.1
 $ make install $ make install
-$ sudo chown -R root:root /export/apps/R/3.4.3</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