View source: R/recursive_dependencies.R
recursive_dependencies | R Documentation |
Compute recursive package dependencies of packages. Credits to 'pkgnet' for the original function.
recursive_dependencies(package, db, seen_packages = NULL)
package |
String specifying name of original package. |
db |
Parameter to pass to 'tools::package_dependencies' |
seen_packages |
String containing names of packages to exclude |
A character vector containing all the recursive package dependencies of the specified package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.