get_dep returns a data frame of multiple types of dependencies of a package
Usage
get_dep(name, type, reverse = FALSE)
Value
A data frame of dependencies
Arguments
name
String, name of the package
type
A character vector that contains one or more of the following dependency words: "Depends", "Imports", "LinkingTo", "Suggests", "Enhances", up to letter case and space replaced by underscore. Alternatively, if 'type = "all"', all five dependencies will be obtained.
reverse
Boolean, whether forward (FALSE, default) or reverse (TRUE) dependencies are requested.
See Also
get_dep_all_packages for the dependencies of all CRAN packages, and get_graph_all_packages for obtaining directly a network of dependencies as an igraph object