-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
68 lines (68 loc) · 1.65 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
61
62
63
64
65
66
67
68
Package: keys.lid
Title: R Package for Simulating the Impact of Different LIDs
under Varying Climate Boundary Conditions on Annual Volume Rainfall
Retention
Version: 0.1.0
Authors@R:
c(person(given = "Michael",
family = "Rustler",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0647-7726")),
person(given = "Roberto",
family = "Tatis-Muvdi",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0490-7999")),
person(given = "KEYS",
role = "fnd"),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"))
Description: R Package for Simulating the Impact of Different
LIDs (Low Impact Development) under Varying Climate Boundary
Conditions in China on annual VRR (Volume Rainfall Retention).
License: MIT + file LICENSE
URL: https://github.com/KWB-R/keys.lid
BugReports: https://github.com/KWB-R/keys.lid/issues
Depends:
R (>= 2.10)
Imports:
dplyr,
ggplot2,
lubridate,
kwb.event,
kwb.swmm,
kwb.utils,
plotly,
openxlsx,
scales,
stringr,
swmmr,
readr,
readxl,
rlang,
tibble,
tidyr,
tidyselect,
xts,
zoo,
magrittr
Suggests:
car,
covr,
DT,
forcats,
fs,
knitr,
rmarkdown
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.event,
github::kwb-r/kwb.swmm,
github::kwb-r/kwb.utils
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2