File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,18 @@ define a 'wordlist' to allow custom terminology without having to abuse punctuat
2020The function ` spell_check_files ` automatically parses known text formats and only spell checks text blocks, not code chunks.
2121
2222``` r
23- spell_check_files(' README.md' )
23+ spell_check_files(' README.md' , lang = ' en_US ' )
2424# WORD FOUND IN
2525# AppVeyor README.md:5
2626# CMD README.md:12
2727# RStudio README.md:8
2828```
2929
30+ For more information about the underlying spelling engine and how to add
31+ support for other languages, see the [ hunspell package] ( https://bit.ly/2EquLKy ) .
32+
33+ ![ screenshot] ( https://jeroen.github.io/images/rs-hunspell.png )
34+
3035## Spell Check a Package
3136
3237Spell check documentation, description, readme, and vignettes of a package:
You can’t perform that action at this time.
0 commit comments