Changes
Page history
typos fix
authored
Apr 07, 2021
by
van Vliet
Show whitespace changes
Inline
Side-by-side
home.md
View page @
723e0be7
...
...
@@ -1670,13 +1670,13 @@ Local R packages are installed in:
Global R packages are installed in:
*
/share/software/statistical/R/R-version/lib64/R/library/
Getting list of installed R packages and information:
Getting
a
list of installed R packages and information:
*
installed.packages()
*
packageDescription("package")
*
help(package = "package")
*
packageVersion("package")
e
xample:
E
xample:
*
packageDescription("stats")
*
help(package = "stats")
*
packageVersion("stats")
...
...
...
...