-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
41 lines (41 loc) · 926 Bytes
/
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: ChatStat
Title: An R package To Gather Stats From Chat Platforms
Version: 0.1.0
Authors@R: c(
person(
"Greg",
"Sutcliffe",
email = "[email protected]",
role = c("aut", "cre")
),
person(
"Elias",
"Projahn",
email = "[email protected]",
role = "aut"
)
)
Description:
This package uses the available APIs for various chat platforms to gather
data on specific things and represent it in a tidy format. Right now only
Matrix (https://matrix.org) is supported but more backends are planned.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
curl,
dplyr,
ggplot2,
glue,
httr,
igraph,
lubridate,
purrr,
rlog,
rmarkdown,
scales,
tibble,
tidyr,
tidytext,
widyr