Reports exported functions that lack @return, and documented internal functions that lack @noRd (these trigger CRAN's Please add \value to .Rd files message). Wraps find_missing_tags().

audit_tags(pkg = ".")

Arguments

pkg

Path to the package to audit.

Value

A list with three tibbles: package_doc, data, functions.

Examples

if (FALSE) { # \dontrun{
pkg <- create_example_pkg()
audit_tags(pkg)
} # }