Dependencies of a package tree
local_deps(root = ".", upgrade = TRUE, dependencies = NA)
local_deps_tree(root = ".", upgrade = TRUE, dependencies = NA)
local_dev_deps(root = ".", upgrade = TRUE, dependencies = TRUE)
local_dev_deps_tree(root = ".", upgrade = TRUE, dependencies = TRUE)
Path to the package tree.
Whether to use the most recent available package versions.
Which dependencies to print. Defaults to the hard
dependencies for local_deps()
and local_deps_tree()
and the hard
dependencies plus the development dependencies for local_dev_deps()
and local_dev_deps_tree()
.
All of these functions return the dependencies in a data
frame. local_deps_tree()
and local_dev_deps_tree()
also
print the dependency tree.
Other local package trees:
local_deps_explain()
,
local_install_deps()
,
local_install_dev_deps()
,
local_install()
,
local_package_trees
,
pak()