pkg (version 0.1.1.9000)

proj_install_dev: Install project dependencies, including dev dependencies into private project library

Description

Install project dependencies, including dev dependencies into private project library

Usage

proj_install_dev(root = ".", upgrade = FALSE, ask = interactive())

Arguments

root

Path to the project directory. A subdirectory can be given as well. Defaults to the current working directory.

upgrade

Whether to try to install the latest available versions of the specified package(s) and/or all dependencies.

ask

Whether to ask the user for confirmation. For non-interactive installs supplyFALSE here.

Value

Data frame containing data about the installed / updated packages.

See Also

Other project functions: proj_create, proj_install, proj_remove, proj_status