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.
-
You can install
qraLm
from GitHub: https://github.com/vcadavez/qraLm using thedevtools
package, with the R code below. -
You must first install the
doseresponsemodels
package 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
qraLm
depends are:Hmisc
,extraDistr
,mc2d
,matrixStats
,DT
,dplyr
,ggplot2
,plotly
,doseresponsemodels
andBH
; you should install them before installingqraLm
.
if (!require("devtools")) install.packages("devtools")
devtools::install_github("vcadavez/doseresponsemodels")
devtools::install_github("vcadavez/qraLm")
You can find the vignettes at the qraLm
website:
https://vcadavez.github.io/qraLm/.
You can report bugs at: https://github.com/vcadavez/qraLm/issues.