devtools (version 1.13.0)

spell_check: Spell checking

Description

Runs a spell check on text fields in the package description file and manual pages. Hunspell includes dictionaries for en_US and en_GB by default. Other languages require installation of a custom dictionary, see the https://cran.r-project.org/package=hunspell/vignettes/intro.html#system_dictionaries for details.

Usage

spell_check(pkg = ".", ignore = character(), dict = "en_US")

Arguments

pkg
package description, can be path or package name. See as.package for more information
ignore
character vector with words to ignore. See hunspell for more information
dict
a dictionary object or language string. See hunspell for more information