| check_code_cran | Check R Code for CRAN Issues |
| check_code_lines | Check Code Lines for Issues |
| check_cran | Full CRAN Compliance Check |
| check_description_cran | Check DESCRIPTION for CRAN Compliance |
| check_examples_cran | Check for Missing Examples |
| check_webservice_links | Check for Missing Web Service Links |
| clean | Clean Generated Files |
| document | Generate Documentation for an R Package |
| escape_regex | Escape Regex Special Characters |
| extract_function_name | Extract Function Name from Definition Line |
| find_dontrun_examples | Find Exported Functions Using dontrun in Examples |
| find_exports_without_examples | Find Exported Functions Without Examples |
| find_long_example_lines | Find Example Lines Exceeding 100 Characters |
| find_unquoted_names | Find Unquoted Names in Text |
| fix_description_cran | Fix DESCRIPTION File |
| get_dependency_packages | Extract Package Names from Dependencies |
| parse_tags | Parse Tags from Documentation Lines |
| quote_names_in_text | Quote Names in Text |