| current.packages {Zelig} | R Documentation |
Use current.packages to find all the packages suggested or
required by a given package, and the currently installed version number
for each.
current.packages(package)
package |
a character string corresponding to the name of an installed package |
A matrix containing the current version number of the packages
suggested or required by package.
Olivia Lau <olau@fas.harvard.edu>
packageDescription
## Not run:
current.packages("Zelig")
## End(Not run)