install_deps: Install Dependencies From a Package's DESCRIPTION

View source: R/install_deps.R

install_depsR 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 remotes::install_version.

Value

TRUE


packager documentation built on Aug. 16, 2023, 5:08 p.m.