A R package to develop quantitative risk assessment for L. monocytogenes in Frozen Vegetables, Diced RTE Cantaloupe and Cold-smoked RTE Fish.
- Version developed scope of the JEMRA workgroup.
Installation
You can install
qraLmfrom GitHub: https://github.com/vcadavez/qraLm using thedevtoolspackage, with the R code below.You must first install the
doseresponsemodelspackage from github: https://github.com/vcadavez/doseresponsemodels, which implements the dose-response models for Listeria monocytogenes.For Windows users it is recommended to install Rtools: https://cran.r-project.org/bin/windows/Rtools/ before.
The packages on which
qraLmdepends are:Hmisc,extraDistr,mc2d,matrixStats,DT,dplyr,ggplot2,plotly,doseresponsemodelsandBH; you should install them before installingqraLm.
if (!require("devtools")) install.packages("devtools")
devtools::install_github("vcadavez/doseresponsemodels")
devtools::install_github("vcadavez/qraLm")Using qraLm
You can find the vignettes at the qraLm website: https://vcadavez.github.io/qraLm/.
Reporting bugs
You can report bugs at: https://github.com/vcadavez/qraLm/issues.

