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.
Arguments
- vignettes
Logical,
TRUEto spell check allrmdandrnwfiles in thevignettes/folder.- lang
Preferred spelling language. Usually either
"en-US"or"en-GB".- error
Logical, indicating whether the unit test should fail if spelling errors are found. Defaults to
FALSE, which does not error, but prints potential spelling errors
