-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.75 KB
/
DESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.75 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
Package: qmra.db
Title: Database Backend for Quantitative Microbiological Risk
Assessment (QMRA) within AquaNES project
Version: 0.10.0
Authors@R:
c(person(given = "Michael",
family = "Rustler",
role = c("aut", "cre", "dtm"),
email = "michael.rustler@kompetenz-wasser.de",
comment = c(ORCID = "0000-0001-9134-2871")),
person(given = "Patrick",
family = "Smeets",
role = c("aut", "rev", "dtc"),
email = "patrick.smeets@kwrwater.nl",
comment = c(ORCID = "0000-0002-6442-9581")),
person(given = "Wolfgang",
family = "Seis",
role = c("ctb", "rev"),
email = "wolfgang.seis@kompetenz-wasser.de",
comment = c(ORCID = "0000-0002-7436-8575")),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"),
person(given = "KWR Watercycle Research Institute (KWR)",
role = "cph"),
person(given = "AquaNES",
role = "fnd"))
Description: This package contains a MS ACCESS database
with data required for performing Quantitative Microbiological Risk
Assessment (QMRA). In addition it provides also R functions for
exporting these data into .csv files or a single ZIP file (together
with the MS Access database).
License: MIT + file LICENSE
URL: https://github.com/KWB-R/qmra.db
BugReports: https://github.com/KWB-R/qmra.db/issues
Imports:
dplyr,
fs,
kwb.db,
kwb.utils,
readr,
rlang,
stringr,
withr,
zip,
magrittr
Suggests:
covr,
knitr,
rmarkdown
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.db,
github::kwb-r/kwb.utils
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1