-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.06 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
Package: rSW2exter
Title: Access External Data as Input for SOILWAT2 and STEPWAT2 Simulations
Version: 0.3.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 access external data sources and
prepare as inputs for rSOILWAT2, rSFSW2, and rSFSTEP2 simulation experiments.
Depends:
R (>= 3.5.0),
methods
Imports:
curl,
rSW2utils (>= 0.1.0),
rSW2st (>= 0.1.0),
rSW2data (>= 0.1.0),
terra,
reshape2,
sf
Suggests:
FedData (>= 3.0.2),
soilDB (>= 2.6.10),
raster,
utils,
testthat (>= 3.0.0),
spelling (>= 2.1.0),
lintr (>= 3.1.1),
covr
Remotes:
github::DrylandEcology/rSW2utils,
github::DrylandEcology/rSW2st,
github::DrylandEcology/rSW2data
License: GPL-3
URL: https://github.com/DrylandEcology/rSW2exter
BugReports: https://github.com/DrylandEcology/rSW2exter/issues
Encoding: UTF-8
Config/testthat/edition: 3
Language: en-US
RoxygenNote: 7.3.1