-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
36 lines (36 loc) · 993 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
Package: voson.tcn
Title: Twitter Conversation Networks and Analysis
Version: 0.5.0
Description: Collects tweets and metadata for threaded conversations and
generates networks.
Type: Package
Imports:
dplyr,
httr,
jsonlite,
openssl,
progress,
rlang,
stringr,
tibble,
tidyr
Depends: R (>= 4.1)
Encoding: UTF-8
Authors@R: c(
person("Bryan", "Gertzel",
role = c("aut", "cre"),
email = "bryan.gertzel@anu.edu.au"),
person("Robert", "Ackland",
email = "robert.ackland@anu.edu.au",
role = "ctb",
comment = c(ORCID = "0000-0002-0008-1766")),
person("Francisca", "Borquez",
email = "francisca.borquez@anu.edu.au",
role = "ctb"))
Maintainer: Bryan Gertzel <bryan.gertzel@anu.edu.au>
License: GPL (>= 3)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
NeedsCompilation: no
URL: https://github.com/vosonlab/voson.tcn
BugReports: https://github.com/vosonlab/voson.tcn/issues