Releases: cjerzak/DescriptiveRepresentationCalculator-software
Releases · cjerzak/DescriptiveRepresentationCalculator-software
DescriptiveRepresentationCalculator 1.2.0 (2025-06-04)
Highlights
- RelativeRepresentation: New function to calculate how observed representation differs from expected levels under random sampling. Optionally standardizes by the variability of representation.
- ObservedRepresentation improvements: Allows unnamed
BodySharesvectors. Names are now matched when present, otherwise they follow the order ofPopShares. - Unit testing: Added
testthattests covering expected, observed, standard deviation and relative representation computations. - Continuous integration: Configured GitHub Actions workflow to run the unit tests on each push and pull request.
- Documentation updates: Expanded README with a unit test status badge and description of
RelativeRepresentation; minor typo fixes and improved manual pages.