Changes in version 0.1.7 Changes in version 0.1.6 (2025-11-03) - new parameter add_obs_to_forecast to simple_dashboard() and simple_dashboard2(). - new parameter td_effect to simple_dashboard() and simple_dashboard2() to indicate if the residual trading days effect test should be printed. By default (td_effect = NULL) the test is only printed for monthly series. - The title of table of outliers of simple_dashboard2() now also depend on the number of outliers detected by the model. - improvement placement of table of outliers in simple_dashboard2(). - improvement of sc_dashboard() to handle user-defined calendar regressors. Changes in version 0.1.5 (2024-06-15) - correction of the use of tail() on ts object to avoid error. Changes in version 0.1.4 (2024-03-19) - Fix of minimum versions of dependencies. - Correction of the orders of the outliers in simple_dashboard2(). Changes in version 0.1.3 (2024-02-04) - deprecated function sa_dashboard() removed. - legend in simple_dashboard(). - new parameter in simple_dashboard() to remove the "Others" contribution in the variance decomposition table and to rescale the contributions to sum to 100. - new function simple_dashboard2(): same as simple_dashboard() but with smaller text to add informations on last outliers. Changes in version 0.1.2 (2023-10-04) - documentation updated. - simple_dashboard() function. - sa_dashboard() deprecated, use sc_dashboard() instead. Changes in version 0.1.1 (2020-08-06) Bug fixed - correction for X13 models with log decomposition.