Learn R Programming

packager (version 1.15.2)

check_usage: Check Usage with codetools' checkUsagePackage

Description

This is just a convenience wrapper to checkUsagePackage (which needs loading of the [development version of the] package).

Usage

check_usage(path = ".")

Value

A character vector of issues found by checkUsagePackage.

Arguments

path

Path to the package directory (see devtools::as.package).

See Also

Other maintenance functions: check_archive(), check_codetags(), check_cyclomatic_complexity(), check_news(), get_check_status()