This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
r-software [2020/12/13 08:01] aorth |
r-software [2021/01/25 14:25] (current) aorth |
||
---|---|---|---|
Line 50: | Line 50: | ||
> 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 / | ||
+ | |||
+ | **Note:** some of these packages will need system libraries installed, for example: | ||
+ | * libgit2-devel.x86_64 | ||
+ | * libjpeg-turbo-devel.x86_64 | ||
+ | * gsl-devel.x86_64 |