-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
58 lines (58 loc) · 1.37 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
49
50
51
52
53
54
55
56
57
58
Package: stoRy
Title: Download, Explore, and Analyze Literary Theme Ontology Data
Version: 0.2.2
Date: 2023-06-13
Authors@R:
c(person(given = "Paul",
family = "Sheridan",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5484-1951")),
person(given = "Oshan",
family = "Modi",
role = "aut"),
person(given = "Mikael",
family = "Onsjö",
role = "aut"))
Description: Download, explore, and analyze Literary Theme Ontology themes
and thematically annotated story data. To learn more about the project
visit <https://github.com/theme-ontology/theming> and
<https://www.themeontology.org>.
License: GPL-3
URL: https://github.com/theme-ontology/stoRy,
https://github.com/theme-ontology/theming, https://www.themeontology.org/
BugReports: https://github.com/theme-ontology/stoRy/issues
Depends:
R (>= 3.5.0)
Imports:
cli,
crayon,
dplyr,
fansi,
httr,
lifecycle,
purrr,
R6,
rappdirs,
readr,
rlang,
stringr,
tibble,
tidyjson,
tidyr,
utils
Suggests:
covr,
curl,
isa2,
jsonlite,
knitr,
progress,
rmarkdown,
testthat
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3