Incorporates changes requested for acceptance into https://ropensci.org/.
expression parameter of alert_custom() replaces function_callitem_order parameter of outputspec() can now handle an arbitrary number of itemstimepoint_limits parameter for alerts and bespoke reports now automatically adjusts user-supplied values to align with the data and timepoint_unit where necessary, instead of inserting inappropriate additional timepoints in plotsInclude bespoke reports functionality.
Lightweight initial CRAN submission. Only includes standard (non-bespoke) reports.
file parameter in mantis_report() replaces save_directory and save_filename (#24)add_timestamp parameter in mantis_report() adds a timestamp to the supplied file name (#24)tempdir() instead of the working directory where possible (#24)timepoint_unit parameter of inputspec() replaces periodinputspec() object now takes a item_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).alertspec() object adds additional output options and wraps alert_rules() where relevantitems parameter of alert rules now takes a named list of itemsitem_labels parameter of outputspec_interactive() replaces item_label and now takes a named vector of labelsitem_order parameter of outputspec() now takes a named list of items, and allows ordering of tabsbespoke_rmd_output() replaces bespoke_rmd_tab_group() and bespoke_rmd_tab_item()bespoke_rmd_alert_results() function creates a table containing the alert results for bespoke reportsPre-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()