Version 1.3.17
Downloads
ospsuite.utils_1.3.17.tar.gz
ospsuite.utils_1.3.17.zip
Documentation
https://www.open-systems-pharmacology.org/OSPSuite.RUtils/
New functions
-
hasEmptyStrings()
andvalidateHasOnlyNonEmptyStrings()
to check for empty strings. -
objectCount
to count number of objects. -
validateHasOnlyDistinctValues()
to validate only unique values are present. -
validateIsFileExtension()
to validate file extensions.
Major changes
- Cloning method is now disabled for
Printable
R6 class. This entails that
cloneable
property set byPrintable
's subclasses will be respected.
Previously, this was not the case; the cloning method was available even
if the subclass had explicitly setcloneable = FALSE
.
Minor changes
-
Michael Sevestre is the new maintainer.
-
The package has been archived on CRAN.