-
Notifications
You must be signed in to change notification settings - Fork 115
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.7 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
55
56
57
58
59
60
61
62
63
64
65
66
Type: Package
Package: openair
Title: Tools for the Analysis of Air Pollution Data
Version: 2.18.2.9007
Date: 2024-10-01
Authors@R: c(
person("David", "Carslaw", , "david.carslaw@york.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0991-950X")),
person("Jack", "Davison", , "jack.davison@ricardo.com", role = "aut",
comment = c(ORCID = "0000-0003-2653-6615")),
person("Karl", "Ropkins", , "K.Ropkins@its.leeds.ac.uk", role = "aut",
comment = c(ORCID = "0000-0002-0294-6997"))
)
Maintainer: David Carslaw <david.carslaw@york.ac.uk>
Description: Tools to analyse, interpret and understand air pollution
data. Data are typically regular time series and air quality
measurement, meteorological data and dispersion model output can be
analysed. The package is described in Carslaw and Ropkins (2012,
<doi:10.1016/j.envsoft.2011.09.008>) and subsequent papers.
License: MIT + file LICENSE
URL: https://openair-project.github.io/openair/,
https://github.com/openair-project/openair
BugReports: https://github.com/openair-project/openair/issues
Depends:
R (>= 3.2.0)
Imports:
cli,
cluster,
dplyr (>= 1.0),
graphics,
grDevices,
grid,
hexbin,
lattice,
latticeExtra,
lubridate,
mapproj,
MASS,
methods,
mgcv,
purrr (>= 1.0.0),
Rcpp,
readr,
rlang,
stats,
tibble,
tidyr,
utils
Suggests:
KernSmooth,
knitr,
mapdata,
maps,
quantreg,
rmarkdown,
spelling
LinkingTo:
Rcpp
ByteCompile: true
Config/Needs/website: openair-project/openairpkgdown
Encoding: UTF-8
Language: en-GB
LazyData: yes
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2