Releases: insightsengineering/thevalidatoR
Releases · insightsengineering/thevalidatoR
v1.2.0
What's Changed
- Feature: Select a prefix for the validation report by @dinakar29 in #55
Full Changelog: v1...v1.2.0
v1.1.3
v1.1.2
What's Changed
- Keep the versions up-to-date by @arkadiuszbeer in #47
- Change action runner to ubuntu by @arkadiuszbeer in #48
- Update contribution by @epijim in #49
- Fix bug related to installation dependencies from private repositories by @knightdave in #50
New Contributors
- @arkadiuszbeer made their first contribution in #47
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
Breaking changes
- Converted to a composite action so it can be used with any R installation, be it a container or R installed on a VM/bare-metal machine.
Features
- Input for additional TeX packages, in case they are needed
- Caching of TeX packages for faster processing times
Bugfixes
- Corrected a minor typo
Initial version of the gh-action ready for release
Primary aims in this release:
- - Run R CMD check (check installation)
- - Run covr::package_coverage() (check unit test coverage)
- - Run covtracer (link documentation to unit tests)
- - Place results into pdf report
- - User can have this report automatically appended to a release tag
This is tracked in meta-issue #8, and this milestone