-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
76 lines (76 loc) · 1.94 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
67
68
69
70
71
72
73
74
75
76
Package: wqtrends
Title: Assess Water Quality Trends with Generalized Additive Models
Version: 1.5.0
Date: 2024-09-04
Authors@R: c(
person(given = "Marcus",
family = "Beck",
role = c("aut", "cre"),
email = "mbeck@tbep.org",
comment = c(ORCID = "0000-0002-4996-0059")
),
person(given = "Perry",
family = "de Valpine",
role = c("aut"),
email = "pdevalpine@gmail.com"
),
person(given = "Rebecca",
family = "Murphy",
role = c("aut"),
email = "rmurphy@chesapeakebay.net"
),
person(given = "Ian",
family = "Wren",
role = c("aut"),
email = "ianw@sfei.org"
),
person(given = "Ariella",
family = "Chelsky",
role = c("aut"),
email = "ariellac@sfei.org"
),
person(given = "Melissa",
family = "Foley",
role = c("aut"),
email = "melissaf@sfei.org",
comment = c(ORCID = "0000-0002-5832-6404")
),
person(given = "David",
family = "Senn",
role = c("aut"),
email = "davids@sfei.org",
comment = c(ORCID = "0000-0002-4869-3550")
)
)
Description: Assess Water Quality Trends for Long-Term Monitoring Data in Estuaries using
Generalized Additive Models following Wood (2017) <doi:10.1201/9781315370279> and Error
Propagation with Mixed-Effects Meta-Analysis following Sera et al. (2019) <doi:10.1002/sim.8362>.
Methods are available for model fitting, assessment of fit, annual and seasonal trend tests, and
visualization of results.
Depends:
R (>= 3.5)
Imports:
dplyr,
ggplot2,
lubridate,
mgcv,
mixmeta,
plotly,
purrr,
tibble,
tidyr,
viridisLite
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: <https://github.com/tbep-tech/wqtrends/>,
<https://tbep-tech.github.io/wqtrends/>
BugReports: https://github.com/tbep-tech/wqtrends/issues
Suggests:
testthat (>= 2.1.0),
covr,
english,
knitr,
rmarkdown
VignetteBuilder: knitr