Changelog
Source:NEWS.md
mantis 1.0.0 (2025-10-27)
CRAN release: 2025-10-27
Incorporates changes requested for acceptance into https://ropensci.org/.
Breaking changes
-
expressionparameter ofalert_custom()replacesfunction_call
Bug fixes and minor improvements
-
item_orderparameter ofoutputspec()can now handle an arbitrary number of items -
timepoint_limitsparameter for alerts and bespoke reports now automatically adjusts user-supplied values to align with the data andtimepoint_unitwhere necessary, instead of inserting inappropriate additional timepoints in plots - Date-only timepoints cast as POSIXt using a daylight-savings-varying timezone no longer result in inappropriate additional timepoints appearing in plots (#30)
- Stricter validation of POSIXt timepoints
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
fileparameter inmantis_report()replacessave_directoryandsave_filename(#24) - New
add_timestampparameter inmantis_report()adds a timestamp to the supplied file name (#24)
mantis 0.3.0 (2025-06-10)
Breaking changes
-
timepoint_unitparameter ofinputspec()replacesperiod
mantis 0.2.0 (2025-02-07)
Breaking changes
-
inputspec()object now takes aitem_colsparameter, 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
-
itemsparameter of alert rules now takes a named list of items -
item_labelsparameter ofoutputspec_interactive()replacesitem_labeland now takes a named vector of labels -
item_orderparameter 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()