use_spell_check {usethis} | R Documentation |
Use spell check
Description
Adds a unit test to automatically run a spell check on documentation and,
optionally, vignettes during R CMD check
, using the
spelling package. Also adds a WORDLIST
file to the package, which is a dictionary of whitelisted words. See
spelling::wordlist for details.
Usage
use_spell_check(vignettes = TRUE, lang = "en-US", error = FALSE)
Arguments
vignettes |
Logical, |
lang |
Preferred spelling language. Usually either |
error |
Logical, indicating whether the unit test should fail if
spelling errors are found. Defaults to |
[Package usethis version 3.0.0 Index]