Installed R packages

From HPC users
Revision as of 14:22, 4 June 2019 by Schwietzer (talk | contribs) (Created page with "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 *juncti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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")
install.packages('formula.tools')
install.packages("junctions")    #?