-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 1.72 KB
/
DESCRIPTION
File metadata and controls
56 lines (56 loc) · 1.72 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
Package: kwb.flusshygiene.app
Title: R Package Implementing the Flusshygiene Application
Version: 0.11.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 = "Malte",
family = "Zamzow",
role = "aut",
email = "malte.zamzow@kompetenz-wasser.de"),
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 = "FLUSSHYGIENE",
role = "fnd"),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"))
Description: R Package Implementing the Flusshygiene Application. This
package provides the functions required to setup the web application
as it was developed during the KWB project 'Flusshygiene'.
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.flusshygiene.app
BugReports: https://github.com/KWB-R/kwb.flusshygiene.app/issues
Depends:
R (>= 3.0.0)
Imports:
dplyr,
fst,
httr,
kwb.datetime,
kwb.dwd,
kwb.utils,
lubridate,
magrittr,
rlang,
rstanarm
Suggests:
covr,
testthat
Remotes:
github::kwb-r/kwb.datetime,
github::kwb-r/kwb.dwd,
github::kwb-r/kwb.utils
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1