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 revisionBoth sides next revision
r-software [2020/05/12 13:38] aorthr-software [2020/05/12 18:20] aorth
Line 45: Line 45:
  
 <code>$ export LD_LIBRARY_PATH=/export/apps/gdal/2.4.2/lib <code>$ export LD_LIBRARY_PATH=/export/apps/gdal/2.4.2/lib
 +$ 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