-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDESCRIPTION
More file actions
60 lines (60 loc) · 1.41 KB
/
DESCRIPTION
File metadata and controls
60 lines (60 loc) · 1.41 KB
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
Type: Package
Package: deweather
Title: Remove the influence of weather on air quality data
Version: 1.0.0
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"))
)
Description: Model and account for (or remove) the effect of meteorology
on atmospheric composition data. The technique uses boosted regression
trees via the tidymodels framework.
License: MIT + file LICENSE
URL: https://openair-project.github.io/deweather/,
https://github.com/openair-project/deweather
BugReports: https://github.com/openair-project/deweather/issues
Depends:
parsnip (>= 1.4.1),
R (>= 4.1.0)
Imports:
carrier,
cli,
dials,
dplyr (>= 1.2.0),
lubridate,
mgcv,
mirai,
openair,
purrr,
Rcpp,
rlang,
rsample,
tidyr,
tune,
vip,
workflows
Suggests:
bonsai,
ggplot2 (>= 4.0.0),
knitr,
lightgbm,
patchwork,
plotly,
ranger,
rmarkdown,
scales,
testthat (>= 3.0.0),
xgboost
LinkingTo:
Rcpp
VignetteBuilder:
knitr
Config/Needs/website: rmarkdown, openair-project/openairpkgdown
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3