rjournal / rjtools

Tools for AUTHORS to use for checking and submitting articles to the R Journal
https://rjournal.github.io/rjtools/
Other
31 stars 14 forks source link

How to provide a WORDLIST for spelling? #23

Open maelle opened 2 years ago

maelle commented 2 years ago

This might be a feature request. :-)

huizezhang-sherry commented 2 years ago

Hi, you can now use argument ignore = ... in the spelling check to exclude certain words. For example, on the template article created by rjtools::create_article():

rjtools::check_spelling("rjarticle", ignore = "tooltip")

mitchelloharawild commented 2 years ago

@huizezhang-sherry, can you extend the default ignore list to look for a WORDLIST file that is commonly used/created with the {spelling} package? This would be useful when checking incoming papers if authors can provide their own wordlist via this file.