generated from geco-bern/GECO_documentation_template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
40 lines (40 loc) · 999 Bytes
/
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
Package: cwd
Type: Package
Title: Derives cumulative water deficit events and time series
Version: 1.0
Authors@R: c(
person(
family = "Benjamin",
given = "Stocker",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5070-8109"),
role = c("aut", "cre"))
)
Maintainer: <[email protected]>
Description: Derives time series of the cumulative water deficit (CWD), given time series of the daily soil water balance (infiltration minus evapotranspiration).
Encoding: UTF-8
URL: https://github.com/geco-bern/cwd
BugReports: https://github.com/geco-bern/cwd/issues
Depends:
R (>= 3.6)
Imports:
dplyr,
here,
lubridate,
readr
Suggests:
rmarkdown,
knitr,
ggplot2,
patchwork,
extRemes,
tidyr,
visdat,
recipes,
here,
readr
License: AGPL-3
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
ByteCompile: true