forked from ropensci-archive/rtweet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
70 lines (70 loc) · 1.91 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
59
60
61
62
63
64
65
66
67
68
69
70
Type: Package
Package: rtweet
Title: Collecting Twitter Data
Version: 0.7.0.9000
Authors@R:
c(person(given = "Michael W.",
family = "Kearney",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0730-4694")),
person(given = "Lluís",
family = "Revilla Sancho",
role = "aut",
comment = c(ORCID = "0000-0001-9747-2570")),
person(given = "Hadley",
family = "Wickham",
role = "aut",
comment = c(ORCID = "0000-0003-4757-117X")),
person(given = "Andrew",
family = "Heiss",
role = "rev",
comment = c(ORCID = "0000-0002-3948-3914")),
person(given = "Francois",
family = "Briatte",
role = "rev"),
person(given = "Jonathan",
family = "Sidi",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-4222-1819")))
Description: An implementation of calls designed to collect and organize
Twitter data via Twitter's REST and stream Application Program
Interfaces (API), which can be found at the following URL:
<https://developer.twitter.com/en/docs>.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/rtweet, https://github.com/ropensci/rtweet
BugReports: https://github.com/ropensci/rtweet/issues
Depends:
R (>= 3.5.0)
Imports:
bit64,
curl,
httr (>= 1.3.0),
jsonlite (>= 0.9.22),
lifecycle (>= 1.0.0),
progress,
rappdirs,
rlang (>= 0.4.10),
tibble (>= 1.3.4),
utils,
withr
Suggests:
askpass,
covr,
ggplot2,
httpuv,
igraph,
knitr,
magick,
openssl,
rmarkdown,
testthat (>= 3.0.0),
webshot
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1