Skip to content

Commit a3adbaf

Browse files
maellejeroen
authored andcommitted
fix #27? (#36)
1 parent a6f7bb1 commit a3adbaf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

R/spell-check.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
#' The [spell_check_setup] function adds a unit test to your package which automatically
1515
#' runs a spell check on documentation and vignettes during `R CMD check` if the environment
1616
#' variable `NOT_CRAN` is set to `TRUE`. By default this unit test never fails; it merely
17-
#' prints potential spelling errors to the console.
17+
#' prints potential spelling errors to the console. If not already done,
18+
#' the [spell_check_setup] function will add `spelling` as a `Suggests` dependency,
19+
#' and a `Language` field to `DESCRIPTION`.
1820
#'
1921
#' Hunspell includes dictionaries for `en_US` and `en_GB` by default. Other languages
2022
#' require installation of a custom dictionary, see [hunspell][hunspell::hunspell] for details.

man/spell_check_package.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)