standardise_dep: Standardise dependencies using the same logical as...

Description Usage Arguments See Also

View source: R/deps.R

Description

Standardise dependencies using the same logical as install.packages

Usage

1

Arguments

x

The dependencies to standardise. A character vector (selecting from "Depends", "Imports", "LinkingTo", "Suggests", or "Enhances"), or a logical vector.

TRUE is shorthand for "Depends", "Imports", "LinkingTo" and "Suggests". NA is shorthand for "Depends", "Imports" and "LinkingTo" and is the default. FALSE is shorthand for no dependencies.

See Also

http://r-pkgs.had.co.nz/description.html#dependencies for additional information on what each dependency type means.


metrumresearchgroup/rmotes documentation built on May 18, 2019, 2:35 a.m.