-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.42 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
Package: DramaAnalysis
Type: Package
Title: Analysis of Dramatic Texts
Version: 3.0.2
Date: 2020-09-07
Language: en-US
Authors@R: c(
person("Nils", "Reiter", email="[email protected]", role=c("aut", "cre"), comment=(ORCID="0000-0003-3193-6170")),
person("Tim", "Strohmayer", email="[email protected]", role=c("ctb")),
person("Janis", "Pagel", email="[email protected]", role=c("ctb")))
Description: Analysis of preprocessed dramatic texts, with respect to literary research.
The package provides functions to analyze and visualize information about characters,
stage directions, the dramatic structure and the text itself.
The dramatic texts are expected to be in CSV format, which can be installed from within
the package, sample texts are provided. The package and the reasoning behind it are described in
Reiter et al. (2017) <doi:10.18420/in2017_119>.
URL: https://github.com/quadrama/DramaAnalysis
BugReports: https://github.com/quadrama/DramaAnalysis/issues
License: GPL (>= 3)
LazyData: TRUE
Imports:
stats,
utils,
reshape2 (>= 1.4.2),
readr (>= 1.1.1),
data.table (>= 1.10.4),
httr (>= 1.2.1),
git2r (>= 0.24.0),
xml2 (>= 1.2.0),
tokenizers (>= 0.2.1),
stringr (>= 1.4.0)
Depends:
R (>= 3.3.0)
RoxygenNote: 7.1.1
Suggests: testthat,
fmsb,
knitr,
magrittr,
highcharter,
rmarkdown (>= 1.8),
igraph (>= 1.1.2)
Encoding: UTF-8