Changes in version 0.2.9 (2025-06-25) - aes_() removed (deprecated function) (issue #8). Changes in version 0.2.8 (2024-02-04) - correction in siratio() for TRAMO-SEATS models when no seasonal component is exported. Changes in version 0.2.7 (2024-01-23) - deprecated function y_forecast() removed. - calendar(), calendaradj() and autoplot() correction with TRAMO-SEATS models. Changes in version 0.2.6 (2023-10-04) - siratio() correction with TRAMO-SEATS "jSA" models. - y_forecast() replaced by raw(). - new init_ggplot() function. Changes in version 0.2.5 (2023-04-25) - new functions: siratio(), siratioplot() and ggsiratioplot() to plot SI ratios. - SystemRequirements update for CRAN policies. Changes in version 0.2.3 (2022-11-11) - new functions: autoplot.SA() and autoplot.jSA() to plot 'RJDemetra' models and y_forecast(), trendcycle(), seasonaladj(), calendaradj(), seasonal(), irregular(), calendar() to extract different components of the models. - ggdemetra now depends on RJDemetra. Changes in version 0.2.2 (2020-12-02) - ts2df function added to convert ts object to data.frame. - data updated. - geom_outlier bug correction (first_date and last_date not correctly working when coefficients=TRUE). Changes in version 0.2.1 (2019-09-12) - geom_arima bug correction (a new model was computed). Changes in version 0.2.0 (2019-06-19) - If no new data or seasonal adjustment specification is specified (method or specification), these parameters is inherited from the previous defined (the seasonal adjustment is then only done once).