### Quantitative Pest Risk
Assessment at the Entry Step
qPRAentry
is an R package to supports risk assessors in
performing the entry step of the quantitative Pest Risk Assessment. It
allows the estimation of the amount of a plant pest entering a risk
assessment area (in terms of founder populations) through the
calculation of the imported commodities that could be potential pathways
of pest entry, and the development of a pathway model. Two ‘Shiny’ apps
based on the functionalities of the package are included, that simplify
the process of assessing the risk of entry of plant pests. The approach
is based on the work of the European Food Safety Authority (EFSA PLH Panel et al.,
2018).
The latest version of qPRAentry
can be installed from
CRAN via:
install.packages("qPRAentry")
Load then the qPRAentry
library and check the help
function for the documentation:
library(qPRAentry)
?qPRAentry
For a detailed tutorial on how to use the qPRAentry
functions and workflow, see the R package vignette:
Within R:
vignette("qPRAentry_workflow", package = "qPRAentry")
Within a web-browser:
browseVignettes(package = "qPRAentry")