-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 960 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
Package: ggopenair
Type: Package
Title: Air Pollution Data Visualisation using ggplot2
Version: 0.5.1.9002
Authors@R:
c(person(given = "Jack",
family = "Davison",
role = c("cre", "aut"),
email = "davison.jack.jd@gmail.com"),
person(given = "David",
family = "Carslaw",
role = c("aut"),
email = "david.carslaw@ricardo.com"))
Description: Recreate the air quality data visualisations of 'openair' using
the popular 'ggplot2' plotting package.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
dplyr,
forcats,
ggplot2,
lubridate,
magrittr,
metR,
openair (>= 2.13),
patchwork,
purrr,
rlang,
scales,
stringr,
tibble,
tidyr,
zoo
Depends:
R (>= 2.10)
URL: https://jack-davison.github.io/ggopenair/
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
sf
VignetteBuilder: knitr