Skip to content

Version 1.3.17

Compare
Choose a tag to compare
@Yuri05 Yuri05 released this 20 May 10:10
· 41 commits to main since this release
266afc8

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() and validateHasOnlyNonEmptyStrings() 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 by Printable's subclasses will be respected.
    Previously, this was not the case; the cloning method was available even
    if
    the subclass had explicitly set cloneable = FALSE.

Minor changes

  • Michael Sevestre is the new maintainer.

  • The package has been archived on CRAN.