
Comprehensive validation for Bioenergetic objects
Source:R/11.4-main-validators.R
validate_bioenergetic_for_simulation.RdValidates a Bioenergetic object before simulation, checking all required components with comprehensive error accumulation.
Value
A named list with four elements: valid (logical),
errors (character vector), warnings (character vector),
and ready_to_run (logical, TRUE only when valid is
TRUE). Errors are accumulated across all sub-checks (structure,
species equations, temperature data, diet data, initial weight) rather
than stopping at the first failure.