r-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
r-software [2021/01/25 12:39] – aorth | r-software [2021/05/06 10:14] – aorth | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Information ===== | ===== Information ===== | ||
- | * Version: 4.0 (4.0.3) | + | * Version: 4.0 (4.0.5) |
* Added: February, 2015 | * Added: February, 2015 | ||
- | * Updated: | + | * Updated: |
* Link: https:// | * Link: https:// | ||
Line 26: | Line 26: | ||
< | < | ||
- | $ wget https:// | + | $ wget https:// |
- | $ cd R-4.0.3 | + | $ tar xf R-4.0.5.tar.gz |
+ | $ cd R-4.0.5 | ||
# install packages to enable capabilities in R | # install packages to enable capabilities in R | ||
$ sudo yum install libX11-devel libXaw-devel bzip2-devel libcurl-devel xz-devel readline-devel glibc-headers pcre2-devel.x86_64 | $ sudo yum install libX11-devel libXaw-devel bzip2-devel libcurl-devel xz-devel readline-devel glibc-headers pcre2-devel.x86_64 | ||
Line 37: | Line 38: | ||
$ ./configure --enable-R-shlib --prefix=/ | $ ./configure --enable-R-shlib --prefix=/ | ||
$ make -j4 | $ make -j4 | ||
+ | $ sudo mv / | ||
$ sudo mkdir -p / | $ sudo mkdir -p / | ||
$ sudo chown aorth:aorth / | $ sudo chown aorth:aorth / | ||
- | $ make install</ | + | $ make install |
+ | $ sudo rm -rf / | ||
Then install some common libraries used by our users because some of them are quite complicated, | Then install some common libraries used by our users because some of them are quite complicated, | ||
Line 50: | Line 53: | ||
> install.packages(" | > install.packages(" | ||
> install.packages(" | > install.packages(" | ||
+ | > install.packages(" | ||
+ | > library(devtools) | ||
+ | > install_github(" | ||
+ | > install_github(" | ||
> q() | > q() | ||
$ sudo chown -R root:root / | $ sudo chown -R root:root / |
r-software.txt · Last modified: 2023/03/28 13:36 by aorth