Changes in version 2.3.2 (2025-08-18) o Fix diff NOTE with spelling::spell_check_test() on R-devel Changes in version 2.3.0 (2024-03-05) o Support for spellchecking on Quarto files (@olivroy, #77) o You can now specify a global wordlist file via the SPELLING_WORDLIST envvar Changes in version 2.2.1 (2023-03-22) o Fix for commonmark 1.7.0 change for auto-linked markdown URLs Changes in version 2.2 (2020-10-18) o WORDLIST is now sorted with a locale-independent method, which avoids large diffs in version control due to the fact that developpers use different locale, with different lexicographic ordering rules (#48, @bisaloo) o spell_check_package() now loads Rd macros (#42) Changes in version 2.1 (2019-03-11) o Pre-filter script/style/img tags when checking html files because the huge embedded binary blogs produced by rmarkdown slow down the hunspell parser. o Treat input files in spell_check_files() as UTF-8 on all platforms o Fix a sorting bug in spell_check_files() Changes in version 2.0 (2018-12-17) o spell_check_package() now also checks README.md and NEWS.md in the package root o Enforce latest hunspell and libhunspell, which include updated dictionaries o Treat all input as UTF-8. Fixes some false positives on Windows o Ignore yaml front matter in markdown except for 'title', 'subtitle', and 'description' o Markdown: filter words that contain an '@' symbol (citation key or email address) o Properly parse authors@R field for ignore list (issue #2) o Use tools::file_ext instead of knitr:::file_ext Changes in version 1.2 (2018-07-09) o Internally normalize all case of lang strings to lower_UPPER e.g en_US o Only run automatic check when 'spelling' is available and NOT_CRAN is set Changes in version 1.1 (2017-12-18) o Breaking: Package spell-checker now uses language from DESCRIPTION o Require hunspell 2.9 dependency (better parsing and dicationaries) o Change default lang to 'en_US' Changes in version 1.0 (2017-08-28) o Initial release