Documentation improvement and maintenance
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 forvalidateIsString()
function. -
getEnumKey()
is added as an alias forenumGetKey()
function. -
hasOnlyDistinctValues()
is added as an alias forhasUniqueValues()
function.
BUG FIXES
validateIsInteger()
now works with lists (#21).