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/05/12 13:38] aorthr-software [2020/12/10 18:24] aorth
Line 44: Line 44:
 Then install some common libraries used by our users because some of them are quite complicated, and installing them globally saves tens of thousands of header files and libraries being installed into user libraries anyways: Then install some common libraries used by our users because some of them are quite complicated, and installing them globally saves tens of thousands of header files and libraries being installed into user libraries anyways:
  
-<code>export LD_LIBRARY_PATH=/export/apps/gdal/2.4.2/lib+<code>$ /export/apps/R/3.6/bin/R
 > install.packages("BiocManager", repos="https://cran.r-project.org") > install.packages("BiocManager", repos="https://cran.r-project.org")
 > install.packages("sf", repo="https://cloud.r-project.org", configure.args=c(sf = "--with-gdal-config=/export/apps/gdal/2.4.2/bin/gdal-config")) > install.packages("sf", repo="https://cloud.r-project.org", configure.args=c(sf = "--with-gdal-config=/export/apps/gdal/2.4.2/bin/gdal-config"))
 > 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")</code> > install.packages("vcfR", repos="https://cran.r-project.org")</code>
r-software.txt · Last modified: 2023/07/12 06:39 by aorth