check_usage {packager} | R Documentation |
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 = ".")
Arguments
path |
Path to the package directory (see
|
Value
A character vector of issues found by
checkUsagePackage
.
See Also
Other maintenance functions:
check_archive()
,
check_codetags()
,
check_cyclomatic_complexity()
,
check_news()
,
get_check_status()
[Package packager version 1.15.2 Index]