Package 'InspectionPlanner'

Title: Phytosanitary Inspection Sampling Planner
Description: A 'shiny' application to assist in phytosanitary inspections. It generates a diagram of pallets in a lot, highlights the units to be sampled, and documents them based on the selected sampling method (simple random or systematic sampling).
Authors: Gustavo Ramirez-Valverde [aut, cre], Luis Gabriel Otero-Prevost [aut], Pedro Macias-Canales [ctb], Juan A. Villanueva-Jimenez [ctb], Jorge Luis Leyva-Vazquez [ctb]
Maintainer: Gustavo Ramirez-Valverde <[email protected]>
License: GPL-3
Version: 1.2
Built: 2024-10-17 06:02:59 UTC
Source: https://github.com/cran/InspectionPlanner

Help Index


Phytosanitary Inspection Sampling Planner

Description

The package is a shiny application that assists in planning sampling for phytosanitary inspections, where acceptance sampling is performed on batches of products arranged on pallets. The package generates a diagram that identifies all the units on the pallets, selects the units to be sampled, and documents which units were chosen for inspection.

Details

In phytosanitary inspections conducted at customs, acceptance sampling is commonly performed on batches of products arranged on pallets. This package helps to plan this type of sampling by generating a visual diagram that identifies each unit on the pallets and selects the samples to be inspected. Additionally, it documents which units were selected for inspection, aiding in recording the process and ensuring that phytosanitary inspection standards are met. It supports both simple random sampling and systematic sampling with a random start.

The package allows the user to define the size of a lot to be inspected, based on the number of rows, columns, and pallet height, providing flexibility in modeling different pallet configurations.

Author(s)

Gustavo Ramirez-Valverde, Maintainer: Gustavo Ramirez-Valverde <[email protected]>, Luis Gabriel Otero-Prevost [aut], Pedro Macias-Canales [ctb], Juan A. Villanueva-Jimenez [ctb], Jorge Luis Leyva-Vazquez [ctb]

References

Lohr, S. (2019) Sampling, second edition, Chapman and Hall/CRC (ISBN: 9780367273415) Cochran, W.G. (1977) Sampling Techniques, third edition, Wiley (ISBN: 9780471162407)

Examples

if (interactive()) {
  run_app()
}