Installs the hard dependencies of a package tree (or source package file), without installing the package tree itself.
local_install_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.
Data frame, with information about the installed package(s).
Note that development (and optional) dependendies, under Suggests
in
DESCRIPTION
, are not installed. If you want to install them as well,
use local_install_dev_deps()
.
Other local packages: local_install_dev_deps
,
local_install