-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.39 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
52
53
54
Type: Package
Package: openairmaps
Title: Create Maps of Air Pollution Data
Version: 0.9.1.9006
Authors@R: c(
person("Jack", "Davison", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-2653-6615")),
person("David", "Carslaw", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0991-950X"))
)
Description: Combine the air quality data analysis methods of 'openair'
with the JavaScript 'Leaflet' (<https://leafletjs.com/>) library.
Functionality includes plotting site maps, "directional analysis"
figures such as polar plots, and air mass trajectories.
License: MIT + file LICENSE
URL: https://openair-project.github.io/openairmaps/,
https://github.com/openair-project/openairmaps
BugReports: https://github.com/openair-project/openairmaps/issues
Depends:
R (>= 3.2.0)
Imports:
cli,
dplyr,
leaflet (>= 2.2.0),
lifecycle,
lubridate,
openair (>= 2.13),
purrr (>= 1.0.0),
ragg,
rlang,
sf,
stringr,
tidyr,
withr
Suggests:
curl,
ggplot2,
ggspatial,
ggtext,
jsonlite,
knitr,
mgcv,
mirai,
prettymapr,
rmarkdown,
shiny,
testthat (>= 3.0.0)
Config/Needs/website: openair-project/openairpkgdown
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2