forked from davidcarslaw/openair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.21 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
Package: openair
Type: Package
Title: Tools for the Analysis of Air Pollution Data
Version: 2.2-4
Date: 2018-03-12
Authors@R: c(person("David", "Carslaw", role = c("aut", "cre"), email =
"[email protected]"), person("Karl", "Ropkins", role =
"aut", email = "[email protected]"))
ByteCompile: true
Depends:
R (>= 3.2.0),
Imports:
grid,
rlang,
dplyr,
purrr,
tidyr,
mgcv,
lattice,
latticeExtra,
lubridate,
cluster,
RColorBrewer,
mapproj,
hexbin,
Rcpp,
grDevices,
graphics,
methods,
stats,
MASS,
utils
Suggests:
KernSmooth,
maps,
mapdata,
quantreg
LinkingTo: Rcpp
Maintainer: David Carslaw <[email protected]>
Description: Tools to analyse, interpret and understand air
pollution data. Data are typically hourly time series
and both monitoring data and dispersion model output
can be analysed. Many functions can also be applied to
other data, including meteorological and traffic data.
License: GPL (>= 2)
URL: http://www.openair-project.org/, https://github.com/davidcarslaw/openair
BugReports: https://github.com/davidcarslaw/openair/issues
LazyLoad: yes
LazyData: yes
RoxygenNote: 6.0.1