knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Foodvirus contains an application, EURLVerguide, that determines performance characteristics during verification or in-house validation of PCR based methods in food virology.
The package is developed and maintained by the EU reference laboratory (EURL) for foodborne viruses.
To install foodvirus, start R (version 4.1 or higher) and enter:
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools") devtools::install_github("sofpn/foodvirus", build_vignettes = TRUE)
Enter the following code to start the EURLVerguide application:
foodvirus::runEURLVerguide()
Please see the package vignette "EURLVerguide-instructions" for more information on how to use the application. It is loaded by browseVignettes("foodvirus")
.
To cite foodvirus, please use the information listed under citation("foodvirus")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.