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/08/08 13:27] – 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.3.tar.gz | + | $ tar xf R-4.4.3.tar.xz |
- | $ cd R-3.5.3 | + | $ 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 / |
- | + | ||
- | Note to future Alan: don't remove '' | + |
r-software.1565270826.txt.gz · Last modified: by aorth