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 = ".")A list with three tibbles: package_doc, data, functions.
if (FALSE) { # \dontrun{
pkg <- create_example_pkg()
audit_tags(pkg)
} # }