-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.02 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: rSW2st
Title: Spatiotemporal Tools for SOILWAT2 and STEPWAT2 Simulation Experiments
Version: 0.2.1
Authors@R: c(
person(
"Daniel", "Schlaepfer",
email = "danielrschlaepfer@gmail.com",
comment = c(ORCID = "0000-0001-9973-2065"),
role = c("aut", "cre")))
Description: Collection of general purpose functions that operate on
spatially and temporally explicit objects
to support SOILWAT2/STEPWAT2 simulation experiments.
Depends:
R (>= 3.5.0),
methods
Imports:
abind (>= 1.4.5),
sf (>= 0.9.8),
terra (>= 1.4.22),
stars (>= 0.4.3)
Suggests:
automap,
gstat,
lwgeom,
ggplot2,
ncdf4 (>= 1.17),
ncmeta (>= 0.3.0),
RNetCDF (>= 2.6.2),
units (>= 0.8.5),
sp (>= 1.4.5),
raster (>= 3.4.5),
testthat (>= 3.0.0),
spelling,
lintr (>= 3.1.1),
covr
License: GPL-3
URL: https://github.com/DrylandEcology/rSW2st
BugReports: https://github.com/DrylandEcology/rSW2st/issues
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3
Config/testthat/edition: 3