-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
74 lines (74 loc) · 2.13 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
69
70
71
72
73
74
Package: kwb.qmra
Title: QMRA (quantitative microbial risk assessment)
Version: 0.3.0
Authors@R:
c(person(given = "Michael",
family = "Rustler",
role = c("aut", "cre"),
email = "michael.rustler@kompetenz-wasser.de",
comment = c(ORCID = "0000-0003-0647-7726")),
person(given = "Hauke",
family = "Sonnenberg",
role = "aut",
email = "hauke.sonnenberg@kompetenz-wasser.de",
comment = c(ORCID = "0000-0001-9134-2871")),
person(given = "Wolfgang",
family = "Seis",
role = c("ctb", "rev"),
email = "wolfgang.seis@kompetenz-wasser.de",
comment = c(ORCID = "0000-0002-7436-8575")),
person(given = "Ralf",
family = "Junghanns",
role = c("ctb"),
email = "ralf.junghanns@gmail.com",
comment = c(ORCID = "")),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH",
role = "cph"),
person(given = "AquaNES",
role = "fnd"),
person(given = "DEMOWARE",
role = "fnd"),
person(given = "Smart-Control",
role = "fnd"))
Description: QMRA for water supply systems.
License: MIT + file LICENSE
URL: http://github.com/KWB-R/kwb.qmra/
BugReports: https://github.com/KWB-R/kwb.qmra/issues
Depends:
R (>= 4.0.0)
Imports:
dplyr (>= 1.0.2),
EnvStats (>= 2.3.1),
ggplot2 (>= 3.3.2),
jsonlite (>= 1.7.2),
kwb.utils (>= 0.7.0),
magrittr (>= 1.5),
plyr (>= 1.8.6),
readr (>= 1.4.0),
readxl (>= 1.3.1),
rlang (>= 0.4.8),
rmarkdown (>= 2.4),
rvest (>= 0.3.6),
sfsmisc (>= 1.1.7),
shiny (>= 1.5.0),
stringr (>= 1.4.0),
tidyr (>= 1.1.2),
xml2 (>= 1.3.2)
Suggests:
ggrepel (>= 0.8.2),
knitr (>= 1.30),
qmra.db (>= 0.10.0),
remotes (>= 2.2.0),
sessioninfo (>= 1.1.1),
stringi (>= 1.5.3),
testthat (>= 3.0.0),
tibble (>= 3.0.4)
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.utils@v0.7.0,
github::kwb-r/qmra.db@v0.10.0
Encoding: UTF-8
LazyLoad: yes
RoxygenNote: 7.1.1
Config/testthat/edition: 3