-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 1016 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
35
36
37
38
39
40
41
42
43
Package: WRTDStidal
Type: Package
Title: Weighted Regression for Water Quality Evaluation in Tidal Waters
Version: 1.1.4
Date: 2023-10-19
Author: Marcus W. Beck [aut, cre]
Maintainer: Marcus W. Beck <[email protected]>
Description: An adaptation for estuaries (tidal waters) of weighted regression
on time, discharge, and season to evaluate trends in water quality time series.
Please see Beck and Hagy (2015) <doi:10.1007/s10666-015-9452-8> for
details.
BugReports: https://github.com/fawda123/WRTDStidal/issues
License: CC0
LazyData: true
Imports:
caret,
dplyr,
fields,
foreach,
forecast,
gridExtra,
lubridate,
purrr,
quantreg,
RColorBrewer,
survival,
tidyr
Suggests:
doParallel,
EGRET,
grDevices,
magrittr,
plotly,
knitr,
rmarkdown
Depends:
R (>= 3.5.0),
ggplot2
Authors@R: person(given = "Marcus W.", family = "Beck",
role = c("aut","cre"),
email = "[email protected]")
RoxygenNote: 6.1.1
VignetteBuilder: knitr