Difference between revisions of "Installed R packages"

From HPC users
Jump to navigationJump to search
Line 12: Line 12:




  install.packages("tmap")
  install.packages("tmap")         # the modules ''GDAL'' and ''PROJ'' are mandatory for this package.
  install.packages('formula.tools')
  install.packages('formula.tools')
  install.packages("junctions")    #?
  install.packages("junctions")    #?

Revision as of 15:49, 16 July 2019

For R there are some packets installed, which need to be reinstalled when another version of R is needed.

The installed packets are:

  • tmap
  • formula.tools
  • junctions

To install the packets:

ml <environment>
ml R/<version>
R


install.packages("tmap")          # the modules GDAL and PROJ are mandatory for this package. 
install.packages('formula.tools')
install.packages("junctions")    #?