Changelog
Source:NEWS.md
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
Other changes
- example_prescription_numbers dataset now has additional data
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()