-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
60 lines (60 loc) · 1.47 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
54
55
56
57
58
59
60
Package: rSFSW2
Title: Simulation Framework for SOILWAT2
Version: 4.3.0
Authors@R: c(
person("Daniel", "Schlaepfer", email = "daniel.schlaepfer@alumni.ethz.ch",
comment = c(ORCID = "0000-0001-9973-2065"), role = c("aut", "cre")),
person("Caitlin", "Andrews", role = "ctb"),
person("Zach", "Kramer", role = "ctb"),
person("Charlie", "Duso", role = "ctb"),
person("Ryan", "Murphy", role = "ctb"))
Description: Setting up, carrying out, and analyzing ecosystem water balance
simulation experiments with SOILWAT2.
Depends:
R (>= 3.5.0),
rSOILWAT2 (>= 4.0.0),
rSW2utils,
rSW2funs
Imports:
RSQLite (>= 2.1.1),
raster (>= 2.5.8),
sp (>= 1.2.3),
methods
Suggests:
Rmpi (>= 0.6-3),
parallel,
rgdal (>= 1.1.10),
rgeos (>= 0.3.19),
ncdf4 (>= 1.15),
RCurl (>= 1.95.4.8),
fastmatch (>= 1.0.4),
iotools (>= 0.1-12),
Hmisc (>= 4.0-2),
SPEI (>= 1.6),
qmap (>= 1.0.4),
daymetr (>= 1.3.1),
weathergen (>= 0.1.2),
lubridate,
zoo,
dplyr,
knitr,
rmarkdown,
testthat (>= 2.0.0),
spelling (>= 1.1),
hunspell (>= 2.9),
covr,
lintr (>= 2.0.0),
goodpractice,
pkgload
Remotes:
github::dschlaep/weathergen
LazyData: true
ByteCompile: true
NeedsCompilation: yes
License: GPL-3 + file LICENSE
URL: https://github.com/DrylandEcology/rSFSW2
BugReports: https://github.com/DrylandEcology/rSFSW2/issues
RoxygenNote: 7.1.0
VignetteBuilder: knitr
Language: en-US
Encoding: UTF-8