install_deps {devtools} | R Documentation |
Install package dependencies if needed.
install_deps(pkg = ".", dependencies = NA, threads = getOption("Ncpus", 1), repos = getOption("repos"), type = getOption("pkgType"), ..., upgrade = TRUE, quiet = FALSE, force_deps = FALSE)
pkg |
package description, can be path or package name. See
|
dependencies |
|
threads |
number of concurrent threads to use for installing
dependencies.
It defaults to the option |
repos |
A character vector giving repositories to use. |
type |
Type of package to |
... |
additional arguments passed to |
upgrade |
If |
quiet |
if |
force_deps |
whether to force installation of dependencies even if their SHA1 reference hasn't changed from the currently installed version. |
## Not run: install_deps(".")