asciify_file            Apply the asciify rewrite to a single R /
                        R-related file
asciify_r_source        Rewrite non-ASCII characters inside a string of
                        R source code
audit_ascii             Audit non-ASCII characters in a package
audit_check             Run R CMD check with CRAN environment
audit_citation          Audit 'inst/CITATION' for old-style calls
                        flagged by CRAN
audit_dataset_doc       Audit dataset documentation
audit_description       Audit unquoted package names in DESCRIPTION's
                        'Description' field
audit_dontrun           Audit \dontrun{} blocks across the package's Rd
                        files
audit_downloads         Audit calls to known download / network
                        functions
audit_globals           Audit globals to declare in R/globals.R
audit_tags              Audit roxygen tags expected by CRAN
audit_userspace         Audit files left in user space by checks
check_n_covr            Run R CMD check and code coverage in one pass
create_example_pkg      Create a package example producing notes and
                        errors
find_nonascii_tokens    Find non-ASCII tokens inside a piece of R
                        source code
fix_ascii               Rewrite non-ASCII characters in a package
fix_dataset_doc         Generate a roxygen skeleton for a dataset
fix_globals             Print or write the globalVariables block to
                        declare
