Package: spelling Title: Tools for Spell Checking in R Version: 2.3.2 Authors@R: c( person("Jeroen", "Ooms", , "jeroenooms@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-4035-0289")), person("Jim", "Hester", , "james.hester@rstudio.com", role = "aut")) Description: Spell checking common document formats including latex, markdown, manual pages, and description files. Includes utilities to automate checking of documentation and vignettes as a unit test during 'R CMD check'. Both British and American English are supported out of the box and other languages can be added. In addition, packages may define a 'wordlist' to allow custom terminology without having to abuse punctuation. License: MIT + file LICENSE Encoding: UTF-8 URL: https://ropensci.r-universe.dev/spelling https://docs.ropensci.org/spelling/ BugReports: https://github.com/ropensci/spelling/issues Imports: commonmark, xml2, hunspell (>= 3.0), knitr Suggests: pdftools Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Language: en-US Config/pak/sysreqs: libxml2-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-10-17 12:12:37 UTC RemoteUrl: https://github.com/ropensci/spelling RemoteRef: master RemoteSha: 4fdb6c350ae962c142d4e1d9b5261cb14c251b52 NeedsCompilation: no Packaged: 2026-07-01 08:24:54 UTC; root Author: Jeroen Ooms [cre, aut] (ORCID: ), Jim Hester [aut] Maintainer: Jeroen Ooms