-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.05 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
Package: airpurifyr
Title: A clean interface to the OpenAQ Air Quality Data API
Version: 0.0.1
Authors@R: c(
person("Jayani", "P.G. Lakshika", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-6265-6481")),
person("David", "Wu", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-5075-5482")),
person("Michael", "Lydeamore", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6515-827X"))
)
Description: This package allows users to easily retrieve air quality data from around the world using the OpenAQ platform.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
assertthat,
cli,
httr,
lubridate,
purrr,
tibble,
yaml
URL: https://numbats.github.io/airpurifyr/
Suggests:
knitr,
rmarkdown,
ozmaps,
sf,
dplyr,
colorspace,
tsibble,
gganimate,
tidyr,
ggplot2
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true