View source: R/recursive_deps.R
recursive_deps | R Documentation |
In order to recognize all requirements that needs to be installed in a fresh
system, you need to collect information about dependencies recursively.
This package is a wrapper for package_dependencies()
.
The packages do not necessarily need to be installed locally, they only need to be available from CRAN.
recursive_deps(packages, ...)
packages |
A character vector with names of packages. |
... |
Further arguments passed to |
A character vector with the name of all dependencies required recursively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.