Difference between revisions of "Installed R packages"

From HPC users
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
*formula.tools
*formula.tools
*junctions
*junctions
*survival (R/4.0.2-foss-2019b)
*provenance (R/4.0.2-foss-2019b)
*mgcv (R/4.0.2-foss-2019b)


To install the packets: <br/>  <br/>
To install the packets: <br/>  <br/>
Line 12: Line 16:




  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")    #?

Latest revision as of 09:14, 14 September 2020

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
  • survival (R/4.0.2-foss-2019b)
  • provenance (R/4.0.2-foss-2019b)
  • mgcv (R/4.0.2-foss-2019b)


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")    #?