-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
26 lines (26 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: spelling
Title: Tools for Spell Checking in R
Version: 2.3.1
Authors@R: c(
person("Jeroen", "Ooms", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-4035-0289")),
person("Jim", "Hester", , "[email protected]", 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.1
Language: en-GB