Skip to content

Documentation improvement and maintenance

Compare
Choose a tag to compare
@IndrajeetPatil IndrajeetPatil released this 09 Feb 14:39
· 92 commits to main since this release

Binaries

Attached with this release. These were built by CRAN for current release (4.1.2) of R.

Change log

MAJOR CHANGES

  • isIncluded() now only accepts base types as valid inputs.

  • formatNumerics() now consistently returns output of type "character".

MINOR CHANGES

  • Improvements to documentation.

  • validateIsCharacter() is added as an alias for validateIsString() function.

  • getEnumKey() is added as an alias for enumGetKey() function.

  • hasOnlyDistinctValues() is added as an alias for hasUniqueValues() function.

BUG FIXES

  • validateIsInteger() now works with lists (#21).