View source: R/dependence_tree.R
compute_dependence_tree | R Documentation |
Computes the dependence tree of a package
compute_dependence_tree(x, package = NULL, generation = 0)
x |
a |
package |
a vector of character strings with the package names to be matched. If |
generation |
integer. The original generation for the package. |
Implements a recursion that computes the full dependence tree of a
package
from x
. Specifically, the packages that are
requirements for package
(Depends
, Imports
or
LinkingTo
) are found, then the requirements for those
packages are found, and so on.
build_dependence_tree.cranly_network()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.