Look up the dependencies of a package
pkg_deps(pkg, upgrade = TRUE, dependencies = NA)
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.
A data frame.
Other package functions:
lib_status()
,
pak_package_sources
,
pak()
,
pkg_deps_tree()
,
pkg_download()
,
pkg_install()
,
pkg_remove()
,
pkg_status()
if (FALSE) {
pkg_deps("curl")
pkg_deps("r-lib/fs")
}