This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
/
DESCRIPTION
74 lines (74 loc) · 2.19 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
71
72
73
74
Package: academictwitteR
Title: Access the Twitter Academic Research Product Track V2 API Endpoint
Version: 0.3.1
Authors@R:
c(person(given = "Christopher",
family = "Barrie",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9156-990X")),
person(given = "Justin Chun-ting",
family = "Ho",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7884-1059")),
person(given = "Chung-hong",
family = "Chan",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6232-7530")),
person(given = "Noelia",
family = "Rico",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6169-4523")),
person(given = "Tim",
family = "König",
role = c("ctb"),
comment = c(ORCID = "0000-0002-2852-2690")),
person(given = "Thomas",
family = "Davidson",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5947-7490")))
Description: Package to query the Twitter Academic Research Product Track,
providing access to full-archive search and other v2 API endpoints. Functions
are written with academic research in mind. They provide flexibility in how
the user wishes to store collected data, and encourage regular storage of data
to mitigate loss when collecting large volumes of tweets. They also provide
workarounds to manage and reshape the format in which data is provided on
the client side.
License: MIT + file LICENSE
URL: https://github.com/cjbarrie/academictwitteR
BugReports: https://github.com/cjbarrie/academictwitteR/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
R (>= 3.4)
Imports:
dplyr (>= 1.0.0),
httr,
jsonlite,
magrittr,
lubridate,
usethis,
tibble,
tidyr,
tidyselect,
purrr,
rlang,
utils,
stringr,
future,
furrr
Suggests:
knitr,
rmarkdown,
devtools,
testthat (>= 3.0.0),
httptest,
lifecycle,
covr
VignetteBuilder: knitr
Config/testthat/edition: 3