Generates a plan for running R CMD check for a specified set of packages.
plan_local_checks(package, repos = getOption("repos"))A path to either package, directory with packages or name of the package (details)
repository used to identify packages when name is provided.
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.
Other plan:
plan_local_install(),
plan_rev_dep_checks()