Skip to content

Releases: ropensci/spelling

v2.2

18 Oct 22:02
Compare
Choose a tag to compare

spelling 2.2

  • 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)
  • spell_check_package() now loads Rd macros (#42)

spelling 2.1

12 Mar 00:57
Compare
Choose a tag to compare

spelling 2.1

  • Pre-filter script/style/img tags when checking html files because the huge
    embedded binary blogs produced by rmarkdown slow down the hunspell parser.
  • Treat input files in spell_check_files() as UTF-8 on all platforms
  • Fix a sorting bug in spell_check_files()

spelling 2.0

17 Dec 21:09
Compare
Choose a tag to compare

spelling 2.0

  • spell_check_package() now also checks README.md and NEWS.md in the package root
  • Enforce latest hunspell and libhunspell, which include updated dictionaries
  • Treat all input as UTF-8. Fixes some false positives on Windows
  • Ignore yaml front matter in markdown except for 'title', 'subtitle', and 'description'
  • Markdown: filter words that contain an '@' symbol (citation key or email address)
  • Properly parse authors@R field for ignore list (issue #2)
  • Use tools::file_ext instead of knitr:::file_ext

spelling 1.1

18 Dec 23:11
Compare
Choose a tag to compare

spelling 1.1

  • Breaking: Package spell-checker now uses language from DESCRIPTION
  • Require hunspell 2.9 dependency (better parsing and dicationaries)
  • Change default lang to 'en_US'

spelling 1.0

01 Sep 09:19
Compare
Choose a tag to compare

Initial CRAN release!