r-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
r-software [2018/11/04 16:06] – 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. |
- | < | + | < |
- | $ tar xf R-3.5.1.tar.gz | + | $ wget https://cran.r-project.org/ |
- | $ cd R-3.5.1 | + | $ tar xf R-4.4.3.tar.xz |
- | $ sudo yum install | + | $ sudo dnf install |
- | $ ./configure --enable-R-shlib --prefix=/ | + | $ ./configure --enable-R-shlib --prefix=/ |
- | $ make -j4 | + | $ chrt -b 0 make -j4 |
- | $ sudo mkdir -p / | + | $ sudo mkdir / |
- | $ sudo chown aorth:aorth / | + | $ sudo chown aorth / |
$ make install | $ make install | ||
- | $ sudo chown -R root:root / | + | $ sudo chown -R root:root / |
r-software.1541347601.txt.gz · Last modified: by aorth