Skip to content

Releases: insightsengineering/thevalidatoR

v1.2.0

03 Mar 20:44
824c7d8
Compare
Choose a tag to compare

What's Changed

  • Feature: Select a prefix for the validation report by @dinakar29 in #55

Full Changelog: v1...v1.2.0

v1.1.3

12 Feb 12:35
307945b
Compare
Choose a tag to compare

What's Changed

  • Update tlmgr by @dinakar29 in #52

Full Changelog: v1...v1.1.3

v1.1.2

21 Jan 13:58
b846500
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

25 Nov 14:56
8c5709c
Compare
Choose a tag to compare

Bugfixes

  • Fix issue related to missing default template

Full Changelog: v1.1.0...v1.1.1

v1.1.0

24 Nov 16:56
b0bceb4
Compare
Choose a tag to compare

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

25 Oct 11:37
577fd78
Compare
Choose a tag to compare

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