Learn R Programming

packager (version 1.15.2)

install_deps: 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, ...)

Value

TRUE

Arguments

path

Path to the package.

verbose

Be verbose?

...

passed to remotes::install_version.