Difference between revisions of "Installed R packages"
From HPC users
Jump to navigationJump to search
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...") |
Schwietzer (talk | contribs) |
||
Line 6: | Line 6: | ||
*junctions | *junctions | ||
To install the packets: | To install the packets: <br/> | ||
ml <environment> | ml <environment> <br/> | ||
ml R/<version> | ml R/<version> <br/> | ||
R | R <br/> | ||
Revision as of 13:23, 4 June 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") install.packages('formula.tools') install.packages("junctions") #?