spell_check {devtools} | R Documentation |
Runs a spell check on text fields in the package description file, manual pages, and optionally vignettes. Wraps the spelling package.
spell_check(pkg = ".", vignettes = TRUE, use_wordlist = TRUE)
pkg |
package description, can be path or package name. See
|
vignettes |
also check all |
use_wordlist |
ignore words in the package WORDLIST file |