View source: R/get_recursive_pkg_dependencies.R
get_recursive_pkg_dependencies | R Documentation |
Get recursive package dependencies
get_recursive_pkg_dependencies(
pkgs,
library_path = .libPaths(),
dbg = TRUE,
...
)
pkgs |
character vector with package names |
library_path |
character vector with path(s) to R library (default: .libPaths()) |
dbg |
logical if debug should be shown (default: TRUE) |
... |
additional arguments passed to packrat:::getPackageDependencies() |
list with recursive package dependencies
## Not run:
pkgs <- pkgmeta::get_github_packages()
get_recursive_pkg_dependencies(pkgs$name)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.