This repository has been archived by the owner on May 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
51 lines (51 loc) · 1.57 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
Type: Package
Package: ropenaq
Title: Accesses Air Quality Data from the Open Data Platform
OpenAQ
Version: 0.2.11
Authors@R:
c(person(given = "Maëlle",
family = "Salmon",
role = c("aut", "cre"),
email = "maelle.salmon@yahoo.se"),
person(given = "Andrew",
family = "MacDonald",
role = "rev",
comment = "Andrew MacDonald reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/24"),
person(given = "Andy ",
family = "Teucher",
role = "rev",
comment = "Andy Teucher reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/24"),
person(given = "Mikayla ",
family = "Murphy",
role = "ctb"))
Description: Allows access to air quality data from the API of
the OpenAQ platform <https://docs.openaq.org/>, with the different
services the API offers (getting measurements for a given query,
getting latest measurements, getting lists of available
countries/cities/locations).
License: GPL (>= 2)
URL: https://docs.ropensci.org/ropenaq/,
https://github.com/ropensci/ropenaq/
BugReports: https://github.com/ropensci/ropenaq/issues/
Imports:
crul,
dplyr,
jsonlite,
lubridate,
magrittr,
rlang,
tidyr
Suggests:
webmockr (>= 0.6.2),
ggplot2,
knitr,
rmarkdown,
rworldmap,
testthat (>= 2.1.0),
vcr (>= 0.5.0),
viridis
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.1.1.9000
Roxygen: list(markdown = TRUE)