-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.12 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: narrator
Title: Create Natural Language Text Narratives from Tabular Data
Version: 0.1.0
Authors@R:
person(
given = "Denis",
family = "Abdullin",
email = "denisabdullincz@gmail.com",
role = c("aut", "cre", "cph")
)
Description: Template-based natural language generation system that converts a data frames to textual narratives.
Different narrative types are available depending on the data frame structure.
Narrative outputs can be further improved, translated or summarized using 'OpenAI' API.
License: MIT + file LICENSE
URL: https://denisabd.github.io/narrator/
BugReports: https://github.com/denisabd/narrator/issues/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
readr,
glue,
stringr,
tibble,
purrr,
magrittr,
rlang,
V8,
shiny,
htmltools,
lubridate,
tidyr,
jsonlite,
httr,
DT,
miniUI (>= 0.1.1)
Suggests:
covr,
knitr,
rmarkdown,
prophet,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends:
R (>= 3.6)
LazyData: true
Config/testthat/edition: 3