ropensci / spelling

Tools for Spell Checking in R
https://docs.ropensci.org/spelling
Other
107 stars 25 forks source link

spell_check_package() now checks vignettes/pkgdown subfolder #25

Open kbenoit opened 5 years ago

kbenoit commented 5 years ago

In the quanteda package we have some non-English language vignettes but only in the vignettes/pkgdown folder. Previously (last week??), spell_check_package() did not check those files, but now it does, so we get a very long list of Chinese, Japanese, Spanish etc words that fail to match the English dictionary or WORDLIST.

Does not fail on Travis by the way, only locally.

Is there a way to exclude this subfolder from checking?

maelle commented 5 years ago

Due to https://github.com/ropensci/spelling/commit/099f146a1c5ef83dbe0bf9596d4a25c7f7271b4f

kbenoit commented 5 years ago

would be nice to be able to disable this