devtools (version 1.13.1)

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 hunspell vignette 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