forked from davidcarslaw/normalweatherr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 837 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
Package: normalweatherr
Type: Package
Title: An R package to conduct meteorological/weather normalisation on air
quality data
Version: 0.1
Date: 2017-12-18
Authors@R: c(person("Stuart", "Grange", email = "[email protected]",
role = c("cre", "aut")), person("David", "Carslaw", role = "aut", email =
Maintainer: Stuart K. Grange <[email protected]>
Description: An R package to conduct meteorological/weather normalisation on air
quality data.
URL: https://github.com/davidcarslaw/normalweatherr
License: GPL (>= 2)
ByteCompile: true
Imports:
stringr,
lubridate,
plyr,
dplyr,
testthat,
magrittr,
randomForest,
kernlab,
foreach,
doParallel,
parallel,
strucchange,
gbm,
mgcv,
openair,
ggplot2
Suggests:
RoxygenNote: 6.0.1