Version 1.5.37
Pre-releaseDownloads
Documentation
https://www.open-systems-pharmacology.org/OSPSuite.RUtils
Major changes
-
validateIsOption()
to validate a list of options against specified criteria, improving robustness in option handling. This function ensures options match expected types, value ranges, allowed values, and handlesNULL
andNA
values. -
validateColumns()
for rigorous validation of data frame columns against predefined specifications. Supports validation of type, value range, allowed values, and managesNULL
andNA
values effectively. -
validateVector()
introduced as a comprehensive vector validation tool, allowing checks against type, value range, and predefined allowed values with considerations forNULL
andNA
. Used by other validation functionsvalidateIsOption()
andvalidateColumns()
. -
validateVectorRange()
andvalidateVectorValues()
to provide detailed validation for value ranges and allowed values respectively. These functions complementvalidateVector()
. -
isFileUTF8()
andvalidateIsFileUTF8()
to provide validation assessing whether files are UTF-8 encoded.
Full Changelog: v1.5.30...v1.5.37