-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
68 lines (68 loc) · 2.11 KB
/
DESCRIPTION
File metadata and controls
68 lines (68 loc) · 2.11 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
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: fhpredict
Title: R Package for the Project Flusshygiene
Version: 0.16.0
Authors@R:
c(person(given = "Wolfgang",
family = "Seis",
role = "aut",
email = "wolfgang.seis@kompetenz-wasser.de",
comment = c(ORCID = "0000-0002-7436-8575")),
person(given = "Hauke",
family = "Sonnenberg",
role = c("aut", "cre"),
email = "hauke.sonnenberg@kompetenz-wasser.de",
comment = c(ORCID = "0000-0001-9134-2871")),
person(given = "Michael",
family = "Rustler",
role = "ctb",
email = "michael.rustler@kompetenz-wasser.de",
comment = c(ORCID = "0000-0003-0647-7726")),
person(given = "Fabian",
family = "Mor\u00F3n Zirfas",
role = "ctb",
email = "moron-zirfas@technologiestiftung-berlin.de",
comment = c(ORCID = "0000-0002-9777-7283")),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"))
Description: This R package provides all functions that are
required for the Web application that is developed within the
Flusshygiene project.
License: MIT + file LICENSE
URL: https://github.com/KWB-R/fhpredict
BugReports: https://github.com/KWB-R/fhpredict/issues
Depends: R (>= 3.5.0)
Imports:
aws.s3 (>= 0.3.12),
caret (>= 6.0-84),
dplyr (>= 0.8.1),
fs (>= 1.2.6),
ggplot2 (>= 3.2.1),
httr (>= 1.4.0),
jsonlite (>= 1.6),
kwb.dwd (>= 0.1.0),
kwb.flusshygiene (>= 0.3.0),
kwb.utils (>= 0.5.0),
lmtest (>= 0.9-37),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
raster (>= 2.8.19),
rlang (>= 0.3.1),
rstanarm (>= 2.18.2),
sf (>= 0.7.4),
sp (>= 1.3.1),
stringr (>= 1.4.0),
tidyr (>= 1.0.0)
Suggests:
covr (>= 3.2.1),
testthat (>= 2.2.1),
knitr (>= 1.22),
rmarkdown (>= 1.14)
Remotes:
github::kwb-r/kwb.dwd@v0.1.0,
github::kwb-r/kwb.flusshygiene@v0.3.0,
github::kwb-r/kwb.utils@v0.5.0,
github::cloudyr/aws.s3@v0.3.12
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr