| describe_check | R Documentation |
Describe one or more checks
describe_check(check_name = NULL)
check_name |
Names of checks to be described. |
List of character descriptions for each check_name
describe_check("rcmdcheck_non_portable_makevars")
check_name <- c("no_description_depends",
"lintr_assignment_linter",
"no_import_package_as_a_whole",
"rcmdcheck_missing_docs")
describe_check(check_name)
# Or to see all checks:
## Not run:
describe_check(all_checks())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.