-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.12 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.12 KB
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: kwb.rabimo
Title: R Implementation of Water Balance Model Abimo
Version: 2.1.0
Authors@R: c(
person("Hauke", "Sonnenberg", , "hauke.sonnenberg@kompetenz-wasser.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9134-2871")),
person("Francesco", "Del Punta", , "francesco.del-punta@kompetenz-wasser.de", role = c("aut")),
person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph")
)
Description: The code in this package has been transferred from the C++
code of ABIMO 3.3: Water Balance Model for Urban Areas
(https://github.com/KWB-R/abimo/).
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.rabimo
BugReports: https://github.com/KWB-R/kwb.rabimo/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
ggplot2,
jsonlite,
knitr,
plumber,
rmarkdown,
testthat (>= 3.0.0)
Imports:
dplyr,
kwb.utils (>= 0.15.0),
magrittr,
parallel,
rlang,
sf
Remotes:
github::kwb-r/kwb.utils
Config/testthat/edition: 3
Depends:
R (>= 3.5.0)
LazyData: true
LazyDataCompression: xz
VignetteBuilder: knitr