Check rcicr version compatibility with a 2IFC rdata file
Source:R/check_version_compat.R
check_version_compat.RdThe .RData produced by rcicr::generateStimuli2IFC() stores a
generator_version field. When a different rcicr version is used
later to reconstruct CIs from that rdata, subtle numerical or API
changes may produce wrong results silently. This check compares the
generator version against the installed rcicr version and warns on
mismatch.
Value
An rcdiag_result() object. data contains
generator_version and installed_version.