This have a 6 minute memory time window.
package_dependenciesMem(packages = NULL, db = NULL, which = c("Depends", "Imports", "LinkingTo"), recursive = FALSE, reverse = FALSE, verbose = getOption("verbose"))
| packages | a character vector of package names. |
|---|---|
| db | character matrix as from |
| which | a character vector listing the types of
dependencies, a subset of
|
| recursive | logical: should (reverse) dependencies of (reverse) dependencies (and so on) be included? |
| reverse | logical: if |
| verbose | logical indicating if output should monitor the package search cycles. |