Description Usage Arguments Details Value See Also
Listing Loaded/Installed Package Versions List version numbers of loaded or installed packages.
1 | package.version(all.available = FALSE, lib.loc = NULL)
|
all.available |
logical, if |
lib.loc |
character vector describing the location of R library trees
to search through, or |
This is a revised version of the base R function
.package
. It gives both package names and their version numbers.
A list with components
names of loaded or available packages
if all.available
is TRUE
.
associated package versions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.