An R package for QMRA (quantitative microbial risk assessment) of water supply systems
Installation
For installing the latest release of this R package run the following code below:
# Enable repository from kwb-r
options(repos = c(
kwbr = 'https://kwb-r.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
# Download and install kwb.qmra in R
install.packages('kwb.qmra')
# Browse the kwb.qmra manual pages
help(package = 'kwb.qmra')