-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
53 lines (53 loc) · 1.34 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
45
46
47
48
49
50
51
52
53
Package: rSOILWAT2
Version: 6.1.0
Title: An Ecohydrological Ecosystem-Scale Water Balance Simulation Model
Description: Access to the C-based SOILWAT2 v8.0.0 and functionality for
SQLite-database of weather data.
Authors@R: c(
person(
"Daniel", "Schlaepfer",
email = "danielrschlaepfer@gmail.com",
comment = c(ORCID = "0000-0001-9973-2065"),
role = c("aut", "cre")),
person("Ryan", "Murphy", role = "aut"),
person("Persley", "Nicholas", role = "ctb"),
person("Zach", "Kramer", role = "ctb"),
person("Brenden", "Bernal", role = "ctb"),
person("Ashish", "Tiwari", role = "ctb"))
Depends:
R (>= 3.5.0),
methods
Imports:
blob (>= 1.2.0),
DBI (>= 1.0),
RSQLite (>= 2.2.4),
rSW2utils (>= 0.1.0),
rSW2data (>= 0.1.1)
Suggests:
bookdown,
covr,
curl,
daymetr,
digest (>= 0.6.12),
knitr,
lintr (>= 3.1.0),
rmarkdown,
rSW2exter (>= 0.1.0),
soilDB,
spelling (>= 2.1.0),
testthat (>= 3.0.0)
Remotes:
github::DrylandEcology/rSW2utils,
github::DrylandEcology/rSW2data,
github::DrylandEcology/rSW2exter
NeedsCompilation: yes
SystemRequirements: USE_C11, GNU make
License: GPL-3
URL: https://github.com/DrylandEcology/rSOILWAT2
BugReports: https://github.com/DrylandEcology/rSOILWAT2/issues
Encoding: UTF-8
Config/testthat/edition: 3
RoxygenNote: 7.3.2
LazyData: true
Language: en-US
VignetteBuilder: knitr