mantis 0.4.2 (2025-07-25)
Lightweight initial CRAN submission. Only includes standard (non-bespoke) reports.
Breaking changes
- New
fileparameter inmantis_report()replacessave_directoryandsave_filename(#24) - New
add_timestampparameter inmantis_report()adds a timestamp to the supplied file name (#24)
Bug fixes and minor improvements
- Timestamps added to filenames are now formatted correctly on linux
- Intermediate files that are generated while creating a report are now created in
tempdir()instead of the working directory where possible (#24)