PackageDependencies.Rd
PackageDependencies will examine the DESCRIPTION file of a package and return a vector of dependencies.
PackageDependencies( x, type = c("Depends", "Imports", "Suggests", "Enhances", "LinkingTo") )
x | The name of the packages |
---|---|
type | What sort of dependency are you looking for? Permissible values are "Depends", "Imports", "Suggests", "Enhances" and "LinkingTo" |
if (FALSE) { PackageDependencies("ggplot2", "Depends") }