Learn R Programming

checked (version 0.5.0)

plan_local_checks: Plan R CMD Checks

Description

Generates a plan for running R CMD check for a specified set of packages.

Usage

plan_local_checks(package, repos = getOption("repos"))

Arguments

package

A path to either package, directory with packages or name of the package (details)

repos

repository used to identify packages when name is provided.

Details

package parameter has two different allowed values:

  • Package - checked looks for a DESCRIPTION file in the provided path, if found treats it like a source package.

  • If the specified value does not correspond to a source package, the parameter is treated as the name and repos parameter is used to identify the source.

See Also

Other plan: plan_local_install(), plan_rev_dep_checks()