Skip to content

Version 1.5.37

Pre-release
Pre-release
Compare
Choose a tag to compare
@Yuri05 Yuri05 released this 09 Sep 08:30
c52332a

Downloads

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 handles NULL and NA values.

  • validateColumns() for rigorous validation of data frame columns against predefined specifications. Supports validation of type, value range, allowed values, and manages NULL and NA values effectively.

  • validateVector() introduced as a comprehensive vector validation tool, allowing checks against type, value range, and predefined allowed values with considerations for NULL and NA. Used by other validation functions validateIsOption() and validateColumns().

  • validateVectorRange() and validateVectorValues() to provide detailed validation for value ranges and allowed values respectively. These functions complement validateVector().

  • isFileUTF8() and validateIsFileUTF8() to provide validation assessing whether files are UTF-8 encoded.

Full Changelog: v1.5.30...v1.5.37