-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
49 lines (49 loc) · 876 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
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: gdeltr2
Type: Package
Title: R's modern interface GDELT Project Interface
Year: 2019
Version: 0.3.1193
Authors@R: person("Alex", "Bresler", email = "[email protected]", role = c("aut", "cre"))
URL: https://github.com/abresler/gdeltr2
Description: A tool to efficently and interactively interface with GDELT data and
and APIs.
Depends:
R (>= 3.4.0)
License: MIT + file LICENSE
LazyData: TRUE
Imports:
dplyr,
stringr,
magrittr,
purrr,
tidyr,
rvest,
xml2,
lubridate,
readr,
furrr,
future,
urltools,
jsonlite,
highcharter,
glue,
anytime,
httr,
curl,
trelliscopejs,
wordcloud2,
ggthemes,
ggplot2,
purrrlyr,
rlang,
tibble,
RColorBrewer,
devtools,
hrbrthemes,
memoise,
data.table,
crayon,
cli,
tidyr,
tibble
RoxygenNote: 7.3.2