spell_check {devtools}R Documentation

Spell checking

Description

Runs a spell check on text fields in the package description file and manual pages.

Usage

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

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


[Package devtools version 1.11.1 Index]