list.packages {HelpersMG} | R Documentation |
List the installed packages with their locations and version.
list.packages()
list.packages lists the installed packages with their locations
A list with the installed packages and their version.
Marc Girondot
## Not run:
library(HelpersMG)
list.packages()
## End(Not run)