-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
32 lines (32 loc) · 965 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
Package: odem.data
Type: Package
Title: Data preprocessing for ODEM
Version: 0.1.0
URL: https://github.com/jsta/odem.data
BugReports: https://github.com/jsta/odem.data/issues
Author: Authors@R: c( person("Lynette", "Gao", role = c("aut","cre"),
email = "[email protected]"),
person("Robert", "Ladwig", role = "aut",
email = "[email protected]"),
person("Paul", "Hanson", role = "aut",
email = "[email protected]"),
person("Austin", "Delany", role = "aut",
email = "[email protected]", role = "aut"),
person("Jemma", "Stachelek", role = "aut",
email = "[email protected]", role = "aut"))
Maintainer: The package maintainer <[email protected]>
Description: Data preprocessing for the Oxygen DEpletion Model (ODEM).
Imports:
rLakeAnalyzer,
pracma,
lubridate,
zoo
Suggests:
dplyr,
glmtools,
LakeMetabolizer,
testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1