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/11/18 07:00] aorthr-software [2019/01/25 11:29] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 3.5.1+  * Version: 3.5.2
   * Added: February, 2015   * Added: February, 2015
   * Updated: July, 2018   * Updated: July, 2018
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.5.1+<code>$ module load R/3.5
 $ R</code> $ R</code>
  
Line 23: Line 23:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ wget http://cran.mirror.ac.za/src/base/R-3/R-3.5.1.tar.gz +<code>$ cd /tmp 
-$ tar xf R-3.5.1.tar.gz +$ wget https://cran.r-project.org/src/base/R-3/R-3.5.2.tar.gz 
-$ cd R-3.5.1+$ tar xf R-3.5.2.tar.gz 
 +$ cd R-3.5.2
 $ 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.5.1+$ ./configure --enable-R-shlib --prefix=/export/apps/R/3.5
 $ make -j4 $ make -j4
-$ sudo mkdir -p /export/apps/R/3.5.1 +$ sudo mkdir -p /export/apps/R/3.5 
-$ sudo chown aorth:aorth /export/apps/R/3.5.1+$ sudo chown aorth:aorth /export/apps/R/3.5
 $ make install $ make install
-$ sudo chown -R root:root /export/apps/R/3.5.1+$ sudo chown -R root:root /export/apps/R/3.5
 $ sudo yum remove gcc-gfortran gcc-c++ libX11-devel libXaw-devel bzip2-devel libcurl-devel xz-devel readline-devel</code> $ sudo yum remove gcc-gfortran gcc-c++ libX11-devel libXaw-devel bzip2-devel libcurl-devel xz-devel readline-devel</code>
r-software.txt · Last modified: 2023/07/12 06:39 by aorth