powered by
Draw the dependency tree of a package
pkg_deps_tree(pkg, upgrade = TRUE, dependencies = NA)
The same data frame as pkg_deps(), invisibly.
pkg_deps()
Package name or remote package specification to resolve.
Whether to use the most recent available package versions.
Dependency types. See pkgdepends::as_pkg_dependencies() for possible values.
pkgdepends::as_pkg_dependencies()
Other package functions: lib_status(), pak_package_sources, pak(), pkg_deps(), pkg_download(), pkg_install(), pkg_remove(), pkg_status()
lib_status()
pak_package_sources
pak()
pkg_download()
pkg_install()
pkg_remove()
pkg_status()
if (FALSE) { pkg_deps_tree("dplyr") pkg_deps_tree("r-lib/usethis") }
Run the code above in your browser using DataLab