User Tools

Site Tools


r-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
r-software [2020/12/13 08:01] aorthr-software [2021/01/25 14:25] aorth
Line 50: Line 50:
 > install.packages("poppr", repos="https://cran.r-project.org") > install.packages("poppr", repos="https://cran.r-project.org")
 > install.packages("vcfR", repos="https://cran.r-project.org") > install.packages("vcfR", repos="https://cran.r-project.org")
 +> install.packages("devtools", repos="https://cran.r-project.org")
 +> library(devtools)
 +> install_github("HenrikBengtsson/TopDom")
 +> install_github("lucidif/HiCeekR", repos=BiocManager::repositories())
 > q() > q()
 $ sudo chown -R root:root /export/apps/R/4.0</code> $ sudo chown -R root:root /export/apps/R/4.0</code>
 +
 +**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
r-software.txt · Last modified: 2023/07/12 06:39 by aorth