-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.67 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.67 KB
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 = "benmarwick@gmail.com",
role = c("aut", "cre")),
person("JooYoung", "Seo",
email = "jooyoung@psu.edu",
role = "ctb", comment = c(ORCID = "0000-0002-4064-6012")),
person("Henrik", "Bengtsson",
email = "henrik.bengtsson@gmail.com",
role = "ctb"),
person("Florian S.", "Schaffner",
email = "florian.schaffner@outlook.com",
role = "ctb"),
person("Matthew T.", "Warkentin",
email = "warkentin@lunenfeld.ca",
role = "ctb"),
person("Luke A.", "McGuinness",
email = "luke.a.mcguinness@gmail.com",
role = "ctb",
comment = c(ORCID = "0000-0001-8730-9761")))
Maintainer: Ben Marwick <benmarwick@gmail.com>
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