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 hunspell vignette
for details.
spell_check(pkg = ".", ignore = character(), dict = "en_US")
package description, can be path or package name. See
as.package
for more information
character vector with words to ignore. See
hunspell
for more information
a dictionary object or language string. See
hunspell
for more information