Changes in version 0.2.3 - Handle filtering cases when the series is constant. - New function split_smoothing() to smooth series taking into account breaks. - Correction in legend colors of ggplot2 plots whend the names of the items are changes. Changes in version 0.2.2 - New function x13_regarima_outliers() to detect AO and LS on a seasonally adjusted series. - New function smoothness() to compute a smoothness statistic. - If n_last_tc = NULL then the value is defined according to the MCD statistic. - ggconfint_plot() correction of parameters xlim and ylim which were not used. - New parameter sa_bar_line for growthplot(). Changes in version 0.2.1 - Improvement of ggplot2 plots. Changes in version 0.2.0 - mcd() now returns by default the value of the number of period (instead of NULL) - correction of local parameterisation functions when series contains NA. - For the plots, by default only the 4 last values of the trend-cycle are dotted to emphasize the higher variability of the last values. - New growthplot() function.