r_install: Install packages for R

View source: R/r_install.R

r_installR Documentation

Install packages for R

Description

Install devtools with all of its dependencies, i.e., dependencies = c("Depends", "Imports", "LinkingTo", "Suggests") such that many packages that are needed downstream are installed.

Usage

r_install()

Details

Install packages from the cloud R-project repository using a single call to install devtools. A single call is facilitated by including "Suggests" in the dependencies argument. The functionality of r_install is mainly useful for those that update R on a regular basis. For example, developers of R packages will want to install the development version of R at least monthly.

Author(s)

Kelli Faye Johnson

Examples

## Not run: 
# The following will take at least 15 minutes to run on your machine
# if you only have the base R packages.
r_install()

## End(Not run)


nwfsc-assess/PEPtools documentation built on Nov. 7, 2023, 1:33 p.m.