-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
37 lines (37 loc) · 958 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
Package: openaq
Title: OpenAQ API Client
Description: An R package for interacting with the OpenAQ API <https://openaq.org/>.
Version: 0.3.0
License: MIT + file LICENSE
URL: https://github.com/openaq/openaq-r, https://openaq.github.io/openaq-r/
BugReports: https://github.com/openaq/openaq-r/issues
Authors@R: c(
person("Russ", "Biggs", email="[email protected]", role = c("aut", "cre")),
person("Christian", "Parker", email="[email protected]", role = c("aut")),
person("OpenAQ", email="[email protected]", role = c("cph", "fnd"))
)
Imports:
httr2,
rstudioapi,
maps,
methods,
lubridate,
purrr,
graphics,
utils
Suggests:
testthat (>= 3.0.0),
webmockr (>= 1.0.0),
vcr (>= 0.6.0),
withr (>= 3.0.2),
knitr,
rmarkdown,
sf (>= 0.9),
spelling,
jsonlite
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Language: en-US