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 [2015/07/28 13:43] joguyar-software [2019/08/08 15:11] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest version: 3.2.1+  * Version: 3.5.3
   * Added: February, 2015   * Added: February, 2015
-  * Link: http://www.r-project.org/+  * Updated: July, 2019 
 +  * 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: 
 +<code>$ module load R/3.5 
 +$ R</code> 
 + 
 +Here is a good resource on [[https://www.osc.edu/resources/getting_started/howto/howto_install_local_r_packages|installing R packages into user libraries]].
  
 ===== Installation ====== ===== Installation ======
Line 17: Line 24:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget http://cran.uni-muenster.de/src/base/R-3/R-3.2.1.tar.gz +$ wget https://cran.r-project.org/src/base/R-3/R-3.5.3.tar.gz 
-$ tar xf R-3.2.1.tar.gz  +$ tar xf R-3.5.3.tar.gz 
-$ cd R-3.2.1 +$ cd R-3.5.3 
-scl enable devtoolset-2 bash +sudo yum install gcc-gfortran gcc-c++ libX11-devel libXaw-devel bzip2-devel libcurl-devel xz-devel readline-devel 
-CC=clang ./configure --enable-R-shlib --prefix=/export/apps/R/3.2.1+$ ./configure --enable-R-shlib --prefix=/export/apps/R/3.5
 $ make -j4 $ make -j4
-$ sudo mkdir -p /export/apps/R/3.2.1 +$ sudo mkdir -p /export/apps/R/3.5 
-$ sudo chown aorth:aorth /export/apps/R/3.2.1 +$ sudo chown aorth:aorth /export/apps/R/3.
-$ sudo chown root:root /export/apps/R/3.2.1</code>+$ make install 
 +$ sudo chown -R root:root /export/apps/R/3.5</code> 
r-software.txt · Last modified: 2023/07/12 06:39 by aorth