Package: hunspell Type: Package Title: High-Performance Stemmer, Tokenizer, and Spell Checker Version: 3.0.7 Depends: R (>= 3.0.2) Encoding: UTF-8 Authors@R: c( person("Jeroen", "Ooms", ,"jeroenooms@gmail.com", role = c("aut", "cre")), person("Authors of libhunspell", role = "cph", comment = "see AUTHORS file")) Description: Low level spell checker and morphological analyzer based on the famous 'hunspell' library . The package can analyze or check individual words as well as parse text, latex, html or xml documents. For a more user-friendly interface use the 'spelling' package which builds on this package to automate checking of files, documentation and vignettes in all common formats. License: GPL-2 | LGPL-2.1 | MPL-1.1 URL: https://docs.ropensci.org/hunspell/ https://ropensci.r-universe.dev/hunspell BugReports: https://github.com/ropensci/hunspell/issues Imports: Rcpp, digest LinkingTo: Rcpp (>= 0.12.12) Suggests: spelling, testthat, knitr, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.2.3 Language: en-US Repository: https://ropensci.r-universe.dev Date/Publication: 2026-02-12 08:00:40 UTC RemoteUrl: https://github.com/ropensci/hunspell RemoteRef: master RemoteSha: 14b6ce5256b8552adfc5608d3d789900dad51ef5 NeedsCompilation: yes Packaged: 2026-06-23 16:41:54 UTC; root Author: Jeroen Ooms [aut, cre], Authors of libhunspell [cph] (see AUTHORS file) Maintainer: Jeroen Ooms