A class which contains all checklist results.
See also
Other class:
citation_meta
,
organisation
,
spelling
Super class
checklist::spelling
-> checklist
Active bindings
get_checked
A vector with checked topics.
get_path
The path to the package.
get_required
A vector with the names of the required checks.
get_spelling
Return the issues found by
check_spelling()
fail
A logical indicating if any required check fails.
template
A list for a check list template.
Methods
Inherited methods
Method add_linter()
Add results from lintr::lint_package()
Method add_motivation()
Add motivation for allowed issues.
Usage
checklist$add_motivation(which = c("warnings", "notes"))
Method add_rcmdcheck()
Add results from rcmdcheck::rcmdcheck
Method add_spelling()
Add results from check_spelling()
Method confirm_motivation()
Confirm the current motivation for allowed issues.
Usage
checklist$confirm_motivation(which = c("warnings", "notes"))
Method new()
Initialize a new checklist
object.
Usage
checklist$new(x = ".", language, package = TRUE)
Method print()
Print the checklist
object.
Add quiet = TRUE
to suppress printing.