r-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| r-software [2025/05/12 12:27] – aorth | r-software [2026/03/12 06:38] (current) – aorth | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 4.4 (4.4.3) | + | * Version: 4.5 (4.5.2) |
| * 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 24: | Line 24: | ||
| < | < | ||
| - | $ wget https:// | + | $ wget https:// |
| - | $ tar xf R-4.4.3.tar.xz | + | $ tar xf R-4.5.2.tar.xz |
| + | $ cd R-4.5.2 | ||
| $ 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 | + | $ nice make -j4 |
| - | $ sudo mkdir / | + | $ sudo mkdir / |
| - | $ sudo chown aorth / | + | $ sudo chown aorth / |
| $ make install | $ make install | ||
| - | $ sudo chown -R root:root / | + | $ sudo chown -R root:root / |
r-software.txt · Last modified: by aorth
