Learn R Programming

checked (version 0.5.0)

plan_rev_dep_checks: Plan Reverse Dependency Checks

Description

Generates a plan for running reverse dependency check for certain source package. In such case path should be proivded with a directory path to the development version of the package and repos should be a repository for which reverse dependencies should be identified.

Usage

plan_rev_dep_checks(path, repos = getOption("repos"))

Arguments

path

path to the package source.

repos

repository used to identify reverse dependencies.

See Also

Other plan: plan_local_checks(), plan_local_install()