install_deps {packager} | R Documentation |
Install Dependencies From a Package's DESCRIPTION
Description
remotes' version does not seem to care for the required version. So it always uses the latest? We use the lowest version accepted by the definition in file DESCRIPTION.
Usage
install_deps(path = ".", verbose = FALSE, ...)
Arguments
path |
Path to the package. |
verbose |
Be verbose? |
... |
passed to
|
Value
TRUE
[Package packager version 1.15.3 Index]