-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.14 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
Package: rSW2metrics
Title: Calculate Ecohydrological Metrics from SOILWAT2 Simulations
Version: 0.2.0
Authors@R: c(
person(
"Daniel", "Schlaepfer",
email = "danielrschlaepfer@gmail.com",
comment = c(ORCID = "0000-0001-9973-2065"),
role = c("aut", "cre")))
Description: Collection of functions to calculate ecohydrological metrics
from output created by rSOILWAT2 or rSFSW2 simulation experiments.
Depends:
R (>= 3.5.0),
methods
Imports:
rSOILWAT2,
rSW2utils (>= 0.1.0),
memoise (>= 2.0.0),
parallel,
foreach (>= 1.5.0),
doParallel (>= 1.0.7)
Suggests:
modifiedmk,
reshape2,
rSW2data (>= 0.1.1),
rSW2funs (>= 0.1.0),
zoo,
testthat (>= 3.0.0),
spelling,
lintr (>= 3.0.0),
covr
Remotes:
github::DrylandEcology/rSW2utils,
github::DrylandEcology/rSW2data,
github::DrylandEcology/rSW2funs,
github::DrylandEcology/rSOILWAT2
License: GPL-3
URL: https://github.com/DrylandEcology/rSW2metrics
BugReports: https://github.com/DrylandEcology/rSW2metrics/issues
Encoding: UTF-8
Config/testthat/edition: 3
Language: en-US
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)