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 [2021/05/05 17:18] aorthr-software [2022/05/18 07:41] aorth
Line 11: Line 11:
 ===== Usage ===== ===== Usage =====
  
-See versions of R that are available:+See which versions are available:
 <code>$ module avail R</code> <code>$ module avail R</code>
  
Line 38: Line 38:
 $ ./configure --enable-R-shlib --prefix=/export/apps/R/4.0 $ ./configure --enable-R-shlib --prefix=/export/apps/R/4.0
 $ make -j4 $ make -j4
 +$ sudo mv /export/apps/R/4.0.3
 $ sudo mkdir -p /export/apps/R/4.0 $ sudo mkdir -p /export/apps/R/4.0
 $ sudo chown aorth:aorth /export/apps/R/4.0 $ sudo chown aorth:aorth /export/apps/R/4.0
-$ make install</code>+$ make install 
 +$ sudo rm -rf /export/apps/R/4.0.3</code>
  
 Then install some common libraries used by our users because some of them are quite complicated, and installing them globally saves tens of thousands of header files and libraries being installed into user libraries anyways: Then install some common libraries used by our users because some of them are quite complicated, and installing them globally saves tens of thousands of header files and libraries being installed into user libraries anyways:
r-software.txt · Last modified: 2023/07/12 06:39 by aorth