-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 923 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: WtRegDO
Type: Package
Title: Implement Weighted Regression on Dissolved Oxygen Time Series
Version: 1.0.2
Date: 2024-05-31
Author: Marcus W. Beck [aut, cre]
Maintainer: Marcus W. Beck <[email protected]>
Description: A sample dataset and functions to implement weighted regression
on dissolved oxygen time series are included as a simple example to reduce
the effects of tidal advection. Functions are also available to estimate net
ecosystem metabolism using the open-water method.
LazyData: TRUE
BugReports: https://github.com/fawda123/WtRegDO/issues
License: CC0
Imports:
data.table,
dplyr,
foreach,
ggplot2,
lubridate,
plyr,
oce,
reshape2,
suncalc,
tibble,
tidyr
Suggests:
doParallel
Depends:
R (>= 3.5.0)
Authors@R: person(given = "Marcus W.", family = "Beck",
role = c("aut","cre"),
email = "[email protected]")
RoxygenNote: 7.2.3