forked from ropensci-archive/rtweet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.35 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: rtweet
Type: Package
Version: 0.7.0
Title: Collecting Twitter Data
Authors@R: c(
person("Michael W.", "Kearney", ,
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0730-4694")),
person("Andrew", "Heiss", ,
role = c("rev"),
comment = c(ORCID = "0000-0002-3948-3914")),
person("Francois", "Briatte", ,
role = c("rev"))
## add contributor template (middle name/initial optional)
#person("First Middle", "Last", ,
#email = "[email protected]", role = c("ctb"))
)
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>.
This package has been peer-reviewed by rOpenSci (v. 0.6.9).
Depends:
R (>= 3.1.0)
Imports:
httr (>= 1.3.0),
jsonlite (>= 0.9.22),
magrittr (>= 1.5),
tibble (>= 1.3.4),
utils,
progress,
Rcpp,
httpuv
License: MIT + file LICENSE
URL: https://CRAN.R-project.org/package=rtweet
BugReports: https://github.com/ropensci/rtweet/issues
Encoding: UTF-8
Suggests:
ggplot2,
knitr,
magick,
openssl,
readr,
rmarkdown,
testthat (>= 2.1.0),
webshot,
covr,
igraph
VignetteBuilder: knitr
LazyData: yes
RoxygenNote: 7.0.2