Changelog
Source:NEWS.md
mantis 0.4.2 (2025-07-25)
CRAN release: 2025-07-28
Lightweight initial CRAN submission. Only includes standard (non-bespoke) reports.
Breaking changes
- New
file
parameter inmantis_report()
replacessave_directory
andsave_filename
(#24) - New
add_timestamp
parameter inmantis_report()
adds a timestamp to the supplied file name (#24)
mantis 0.3.0 (2025-06-10)
Breaking changes
-
timepoint_unit
parameter ofinputspec()
replacesperiod
mantis 0.2.0 (2025-02-07)
Breaking changes
-
inputspec()
object now takes aitem_cols
parameter, allowing more than one column in the df to define individual time series, and must include the column being used for tabs (if any). - New
alertspec()
object adds additional output options and wrapsalert_rules()
where relevant - Alert results now appear in an additional tab for all types of outputspec
-
items
parameter of alert rules now takes a named list of items -
item_labels
parameter ofoutputspec_interactive()
replacesitem_label
and now takes a named vector of labels -
item_order
parameter ofoutputspec()
now takes a named list of items, and allows ordering of tabs -
bespoke_rmd_output()
replacesbespoke_rmd_tab_group()
andbespoke_rmd_tab_item()
- New
bespoke_rmd_alert_results()
function creates a table containing the alert results for bespoke reports
mantis 0.1.2 (2025-01-15)
Pre-release. Expect breaking changes to functions in the future.
Complete list of functions exported:
alert_above()
alert_below()
alert_custom()
alert_difference_above_perc()
alert_difference_below_perc()
alert_equals()
alert_missing()
alert_rules()
bespoke_rmd_initialise_widgets()
bespoke_rmd_tab_group()
bespoke_rmd_tab_item()
inputspec()
mantis_alerts()
mantis_report()
outputspec_interactive()
outputspec_static_heatmap()
outputspec_static_multipanel()