ggdemetra
ggplot2 Extension for Seasonal and Trading Day Adjustment with RJDemetra
A ggplot2 layer for seasonal adjustment output, filling in one plot type at a time.
◆Recent moves
- 2y ago
siratio() fix when TRAMO-SEATS exports no seasonal component
A single correction to siratio() for TRAMO-SEATS models that export no seasonal component. The third release in a row touching SI ratios, and the narrowest of them.
View source ↗ - 2y ago
raw() replaces y_forecast(); new init_ggplot() helper
The release that actually shipped the 0.2.6 notes: a siratio() correction for TRAMO-SEATS jSA models, the rename of y_forecast() to raw(), and a new init_ggplot() helper. The rename is a small breaking change in a package whose API is small enough for that to matter.
View source ↗ - 2y ago
Re-tagged moments later as 0.2.7
Tagged 79 seconds before 0.2.7 with an identical changelog — a re-tag, not a distinct release. The content it describes is covered by 0.2.7.
View source ↗ - 3y ago
SI ratio plotting functions land
SI ratio plotting arrives via siratio(), siratioplot() and ggsiratioplot(), plus a SystemRequirements update for CRAN policy. Combined with the 0.2.3 notes carried in the same entry — autoplot methods and the component extractors — this is the release where the package's plotting surface filled out.
View source ↗ - 5y ago
ts2df() conversion helper and geom_outlier date fix
Adds ts2df() for converting ts objects to data frames and corrects geom_outlier's date bounds when coefficients are shown. Small utility work that removes a manual conversion step ahead of plotting.
View source ↗ - 6y ago
geom_arima no longer recomputes the model
A single bug correction in geom_arima, which had been recomputing a new model instead of reusing the fitted one. Invisible except as a speed and consistency fix.
View source ↗