-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
40 lines (40 loc) · 1.52 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
Type: Package
Package: openair
Title: Tools for the Analysis of Air Pollution Data
Version: 2.18-2
Date: 2024-03-11
Authors@R: c(
person("David", "Carslaw", , "[email protected]", role = c("aut", "cre")),
person("Jack", "Davison", , "[email protected]", role = "aut"),
person("Karl", "Ropkins", , "[email protected]", role = "aut")
)
Maintainer: David Carslaw <[email protected]>
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: GPL (>= 2)
URL: https://davidcarslaw.github.io/openair/,
https://github.com/davidcarslaw/openair
BugReports: https://github.com/davidcarslaw/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, mapdata, maps, quantreg, spelling
LinkingTo: Rcpp
ByteCompile: true
Encoding: UTF-8
Language: en-GB
LazyData: yes
LazyLoad: yes
RoxygenNote: 7.3.1
NeedsCompilation: yes
Packaged: 2024-03-11 15:22:29 UTC; davidcarslaw
Author: David Carslaw [aut, cre],
Jack Davison [aut],
Karl Ropkins [aut]
Repository: CRAN
Date/Publication: 2024-03-11 16:30:02 UTC