run_report()
to work as a standalone function.run_report()
functionplot_time_series()
to work without exected_pad and upperbound_pad, i.e. directly with the signal detection resultspreprocess_data()
so that the tool works again when the age variable is not included in the data.format_table()
so that signals tab is working again when no stratification is chosen.bslib
package.build_signals_table()
, prepare_signals_agg_table()
age_groups()
function. Fixed that NA in age column is dealt with correctly in age_group, fixed that when no age column is provided in the dataset function still works and further details making the function more robust.plot_time_series()
facet_grid
for strata in report.timeseries
plot, when used in relation to facet
.is_age_group_format()
, is_last_age_group_format()
and check_type_and_value_age_group()
.preprocess_data()
.create_results_table()
is now build_signals_table()
and create_stratified_table()
is now build_signals_agg_table()
with the additional parameter format to obtain a data.frame, Datatable or Flextable. This makes it easier for users to use this function from outside.pad_signals()
performing the padding of signals timeseries (extension of threshold and expecation to the past for visualisation) which was previously done in the signals tab server.get_signals()
to reduce number of parameters needed to be passed forward.flextable