r-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| r-software [2019/01/28 17:52] – aorth | r-software [2025/05/12 12:27] (current) – aorth | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: | + | * Version: |
| * Added: February, 2015 | * Added: February, 2015 | ||
| - | * Updated: | + | * Updated: |
| * Link: https:// | * Link: https:// | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | See versions | + | See which versions are available: |
| < | < | ||
| Load one version into your environment and run it: | Load one version into your environment and run it: | ||
| - | < | + | < |
| $ R</ | $ R</ | ||
| - | Here is a good resource on [[https:// | + | Use '' |
| ===== Installation ====== | ===== Installation ====== | ||
| - | Notes from the sysadmin during installation: | + | Notes from the sysadmin during installation. |
| < | < | ||
| - | $ wget https:// | + | $ wget https:// |
| - | $ tar xf R-3.5.2.tar.gz | + | $ tar xf R-4.4.3.tar.xz |
| - | $ cd R-3.5.2 | + | $ sudo dnf install |
| - | $ sudo yum install | + | $ ./configure --enable-R-shlib --prefix=/ |
| - | $ ./configure --enable-R-shlib --prefix=/ | + | $ chrt -b 0 make -j4 |
| - | $ make -j4 | + | $ sudo mkdir / |
| - | $ sudo mkdir -p / | + | $ sudo chown aorth / |
| - | $ sudo chown aorth:aorth / | + | |
| $ make install | $ make install | ||
| - | $ sudo chown -R root:root / | + | $ sudo chown -R root:root / |
| - | $ sudo yum remove gcc-c++ libX11-devel libXaw-devel bzip2-devel libcurl-devel xz-devel readline-devel</ | + | |
| - | + | ||
| - | Note to future Alan: don't remove '' | + | |
r-software.1548697923.txt.gz · Last modified: by aorth
