-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.27 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
Package: talkr
Type: Package
Title: Plotting Conversation Data
Version: 0.1.3
Authors@R: c(
person("Mark", "Dingemanse", email = "[email protected]", role = c("aut", "cre")),
person("Barbara", "Vreede", email = "[email protected]", role = "aut"),
person("Eva", "Viviani", email = "[email protected]", role = "aut"),
person("Pablo", "Rodríguez-Sánchez", email = "[email protected]", role = "aut"),
person("Andreas", "Liesenfeld", email = "[email protected]", role = "ctb"),
person("Netherlands eScience Center", role = c("cph", "fnd"))
)
Description: Visualisation, analysis and quality control of conversational data.
Rapid and visual insights into the nature, timing and quality of
time-aligned annotations in conversational corpora.
For more details, see
Dingemanse et al., (2022) <doi:10.18653/v1/2022.acl-long.385>.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)
Imports:
cowplot,
dplyr,
ggplot2,
ggthemes,
knitr,
stats,
stringr,
tidyr,
tidyselect
Suggests:
rmarkdown,
testthat (>= 3.0.0),
pkgdown,
ggrepel,
utils
Config/testthat/edition: 3