Stable release, with package-level documentation, switch from R6 to function for distribution registry, validation using checkmate, and new quality assurance documentation.
New features
- Add
docs/quality_assurance.md. - Add
checkmateto project dependencies.
Other changes
- Switched to package-level documentation (instead of individual
@importFromon each function). - Changed R6 class
DistributionRegistryinto a functioncreate_distribution_registry(). - Refactored validation so it uses
checkmate.