Installs all dependencies of a package tree (or source package file),
without installing the package tree itself. It installs the development
dependencies as well, specified in the Suggests
field of
DESCRIPTION
.
local_install_dev_deps(root = ".", lib = .libPaths()[1],
upgrade = FALSE, ask = interactive())
Path to the package tree.
Package library to install the packages to.
Whether to upgrade already installed packages to the latest available version.
Whether to ask for confirmation.
Other local packages: local_install_deps
,
local_install