r-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
r-software [2023/07/12 06:39] – aorth | r-software [2025/05/12 12:27] (current) – aorth | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Information ===== | ===== Information ===== | ||
- | * Version: 4.3 (4.3.1) | + | * Version: 4.4 (4.4.3) |
* Added: February, 2015 | * Added: February, 2015 | ||
- | * Updated: | + | * Updated: |
* Link: https:// | * Link: https:// | ||
Line 15: | Line 15: | ||
Load one version into your environment and run it: | Load one version into your environment and run it: | ||
- | < | + | < |
$ R</ | $ R</ | ||
Line 22: | Line 22: | ||
===== Installation ====== | ===== Installation ====== | ||
Notes from the sysadmin during installation. | Notes from the sysadmin during installation. | ||
- | |||
- | First, compile the main R application: | ||
< | < | ||
- | $ wget https:// | + | $ wget https:// |
- | $ tar xf R-4.3.1.tar.gz | + | $ tar xf R-4.4.3.tar.xz |
- | $ cd R-4.3.1 | + | |
$ sudo dnf install tcl-devel tk-devel | $ sudo dnf install tcl-devel tk-devel | ||
- | $ ./configure --enable-R-shlib --prefix=/ | + | $ ./configure --enable-R-shlib --prefix=/ |
$ chrt -b 0 make -j4 | $ chrt -b 0 make -j4 | ||
- | $ sudo mv / | + | $ sudo mkdir / |
- | $ sudo mkdir / | + | $ sudo chown aorth / |
- | $ sudo chown aorth:aorth / | + | $ make install |
- | $ make install</ | + | $ sudo chown -R root:root / |
- | + | ||
- | Then install some common libraries used by our users because some of them are quite complicated, | + | |
- | + | ||
- | < | + | |
- | # > Sys.setenv(MAKEFLAGS = " | + | |
- | > options(Ncpus = 4) # This does 4 parallel package installs | + | |
- | > install.packages(' | + | |
- | > install.packages(" | + | |
- | > install.packages(" | + | |
- | > install.packages(" | + | |
- | > install.packages(" | + | |
- | > install.packages(" | + | |
- | > install.packages(" | + | |
- | > library(devtools) | + | |
- | > install_github(" | + | |
- | > install_github(" | + | |
- | > q() | + | |
- | $ sudo chown -R root:root / | + |
r-software.txt · Last modified: 2025/05/12 12:27 by aorth