Package: spelling
Title: Tools for Spell Checking in R
Version: 1.2
Authors@R: c(
    person("Jeroen", "Ooms", , "jeroen@berkeley.edu", role = c("cre", "aut")),
    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
LazyData: true
URL: https://github.com/ropensci/spelling#readme
BugReports: https://github.com/ropensci/spelling/issues
Imports: commonmark, xml2, hunspell (>= 2.9), knitr
Suggests: pdftools
RoxygenNote: 6.0.1.9000
Language: en-GB
NeedsCompilation: no
Packaged: 2018-07-09 13:50:15 UTC; jeroen
Author: Jeroen Ooms [cre, aut],
  Jim Hester [aut]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2018-07-09 14:20:03 UTC
