This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 200
/
DESCRIPTION
64 lines (64 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
Type: Package
Package: rtweet
Title: Collecting Twitter Data
Version: 2.0.0.9000
Authors@R: c(
person("Michael W.", "Kearney", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0730-4694")),
person("Lluís", "Revilla Sancho", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9747-2570")),
person("Hadley", "Wickham", role = "aut",
comment = c(ORCID = "0000-0003-4757-117X")),
person("Andrew", "Heiss", role = "rev",
comment = c(ORCID = "0000-0002-3948-3914")),
person("Francois", "Briatte", role = "rev"),
person("Jonathan", "Sidi", , "[email protected]", role = "ctb",
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 (>= 4.0.0)
Imports:
bit64 (>= 4.0.5),
curl (>= 4.3.2),
httr (>= 1.3.0),
httr2 (>= 1.0.0),
jsonlite (>= 0.9.22),
lifecycle (>= 1.0.0),
methods,
progress (>= 1.2.2),
rlang (>= 0.4.10),
tibble (>= 1.3.4),
tools,
utils,
withr (>= 2.5.0)
Suggests:
askpass (>= 1.1),
covr (>= 3.5.1),
dplyr (>= 1.0.9),
ggplot2 (>= 3.3.5),
httpuv (>= 1.6.5),
igraph (>= 1.3.2),
knitr (>= 1.39),
magick (>= 2.7.3),
maps (>= 3.4.0),
openssl (>= 2.0.2),
rmarkdown (>= 2.14),
spelling (>= 2.2.1),
testthat (>= 3.1.0),
vcr (>= 0.6.0),
webshot (>= 0.5.3)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US