forked from geco-bern/cwd_global
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 983 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
Package: cwdglobal
Type: Package
Title: Parallel computation of the CWD algorithm for global applications
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_global
BugReports: https://github.com/geco-bern/cwd_global/issues
Depends:
R (>= 3.6)
Imports:
dplyr,
here,
lubridate,
readr
Suggests:
rmarkdown,
knitr,
ggplot2,
patchwork,
extRemes,
tidyr
License: AGPL-3
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
ByteCompile: true