.checkModelIntegrity | R Documentation |
Function to check the integrity of a given model. Used only for development.
.checkModelIntegrity(model, verbose = TRUE)
model |
the model to check. |
verbose |
boolean indicating if the function is verbose, i.e. it indicates the different steps that it validates. If |
No return value, called to check the integrity of a (new) model for the package (raises an error if the model is invalid).
# Auto-run on package build
models = listAvailableModels()
for (model in models) {
.checkModelIntegrity(model)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.