-
Notifications
You must be signed in to change notification settings - Fork 33
/
DESCRIPTION
48 lines (48 loc) · 1.67 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: wordcountaddin
Type: Package
Title: Word counts and readability statistics in R markdown documents
Version: 0.3.0.9000
Authors@R: c(person("Ben", "Marwick",
email = "[email protected]",
role = c("aut", "cre")),
person("JooYoung", "Seo",
email = "[email protected]",
role = "ctb", comment = c(ORCID = "0000-0002-4064-6012")),
person("Henrik", "Bengtsson",
email = "[email protected]",
role = "ctb"),
person("Florian S.", "Schaffner",
email = "[email protected]",
role = "ctb"),
person("Matthew T.", "Warkentin",
email = "[email protected]",
role = "ctb"),
person("Luke A.", "McGuinness",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0001-8730-9761")))
Maintainer: Ben Marwick <[email protected]>
Description: An addin for RStudio that will count the words and characters
in a plain text document. It is designed for use with RMarkdown
documents and will exclude YAML header content, code chunks and inline
code from the counts. It also computes readability statistics so you can
get an idea of how easy or difficult your text is to read.
License: MIT + file LICENSE
LazyData: TRUE
Imports:
fs,
knitr,
koRpus,
koRpus.lang.en,
miniUI (>= 0.1.1),
purrr,
rstudioapi (>= 0.5),
shiny (>= 0.13),
stringi,
sylly,
sylly.en
Encoding: UTF-8
RoxygenNote: 7.1.1
Suggests:
covr,
testthat