-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 961 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
Package: waxer
Title: API Client Library for 'Wikimedia Analytics Query Service (AQS)'
Version: 0.9.6
Authors@R: c(
person("Mikhail", "Popov", email = "mikhail@wikimedia.org",
role = c("aut", "cre")),
person("Wikimedia Foundation", role = "cph")
)
Description: An API client for the 'Wikimedia API'
<https://wikimedia.org/api/rest_v1/>.
Depends:
R (>= 3.2)
Imports:
httr (>= 1.4.1),
dplyr (>= 0.8.5),
glue (>= 1.3.2),
jsonlite (>= 1.2),
lubridate (>= 1.7.4),
purrr (>= 0.3.3),
ratelimitr (>= 0.4.1),
tidyr (>= 1.0.2),
urltools (>= 1.7.3),
assertthat,
magrittr,
zeallot
Suggests:
ggplot2,
readr,
knitr,
RcppRoll,
rmarkdown,
testthat
URL: https://github.com/wikimedia/waxer
BugReports: https://github.com/wikimedia/waxer/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr