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
r-software [2023/05/16 18:26] aorthr-software [2023/07/12 06:39] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 4.3 (4.3.0)+  * Version: 4.3 (4.3.1)
   * Added: February, 2015   * Added: February, 2015
-  * Updated: May, 2023+  * Updated: July, 2023
   * Link: https://www.r-project.org/   * Link: https://www.r-project.org/
  
Line 18: Line 18:
 $ R</code> $ R</code>
  
-Use ''installed.packages()'' to check the list of packages installed in the ILRI environment by default. 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]] if you need other packages.+Use ''installed.packages()'' to check the list of packages installed in the ILRI environment by default. Here is a good resource on [[https://www.osc.edu/resources/available_software/software_list/r#6|installing R packages into user libraries]] if you need other packages.
  
 ===== Installation ====== ===== Installation ======
Line 26: Line 26:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget https://cran.r-project.org/src/base/R-4/R-4.3.0.tar.gz +$ wget https://cran.r-project.org/src/base/R-4/R-4.3.1.tar.gz 
-$ tar xf R-4.3.0.tar.gz +$ tar xf R-4.3.1.tar.gz 
-$ cd R-4.3.0+$ cd R-4.3.
 +$ sudo dnf install tcl-devel tk-devel
 $ ./configure --enable-R-shlib --prefix=/export/apps/R/4.3 $ ./configure --enable-R-shlib --prefix=/export/apps/R/4.3
 $ chrt -b 0 make -j4 $ chrt -b 0 make -j4
 +$ sudo mv /export/apps/R/4.3 /export/apps/R/4.3.bak
 $ sudo mkdir /export/apps/R/4.3 $ sudo mkdir /export/apps/R/4.3
 $ sudo chown aorth:aorth /export/apps/R/4.3 $ sudo chown aorth:aorth /export/apps/R/4.3
r-software.txt · Last modified: 2023/07/12 06:39 by aorth