dot-checkModelIntegrity: Model Integrity Checker

.checkModelIntegrityR Documentation

Model Integrity Checker

Description

Function to check the integrity of a given model. Used only for development.

Usage

.checkModelIntegrity(model, verbose = TRUE)

Arguments

model

the model to check.

verbose

boolean indicating if the function is verbose, i.e. it indicates the different steps that it validates. If FALSE, only warnings and errors will be reported.

Value

No return value, called to check the integrity of a (new) model for the package (raises an error if the model is invalid).

Examples

# Auto-run on package build
models = listAvailableModels()
for (model in models) {
  .checkModelIntegrity(model)
}

MicrobialGrowth documentation built on April 12, 2025, 1:34 a.m.