View source: R/get_pkg_dependencies.R
get_pkg_dependencies | R Documentation |
Get package dependencies
get_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 package dependencies
## Not run:
pkgs <- pkgmeta::get_github_packages()
get_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.