feasts
Feature extraction and statistics for time series analysis in R
feasts is splitting itself in two, moving every plot into ggtime
◆Recent moves
- 6mo ago
feasts moves its plots to ggtime behind a 2-year deprecation
⚡ SPARKExecutes the split announced in 0.4.2: the graphics functions now live in ggtime and feasts only re-exports them with a deprecation message. This is the release where the boundary becomes real for users.
View source ↗ - 11mo ago
ggplot2 4.0.0 compatibility and the ggtime deprecation notice
Prepares for ggplot2 4.0.0 and adds a plot_type argument to gg_tsresiduals(), but its lasting content is the announcement that all ggplot2 functionality will move to ggtime. The move itself lands in 0.5.0.
View source ↗ - 1y ago
gg_season() fix for sub-weekly daily data
A single seasonal-plot fix for daily data with seasonality longer than a week. Narrow scope, no interface change.
View source ↗ - 1y ago
Impulse-response plots and Johansen cointegration tests
Adds gg_irf() to visualise the impulse responses fable started producing, plus two cointegration tests borrowed from urca. A direct complement to fable's multivariate model work in the same period.
View source ↗ - 2y ago
Patch for ggplot2 3.5.0 breaking changes
Compatibility patch for ggplot2 3.5.0, with a small correction to how seasonally adjusted series are computed from classical decomposition.
View source ↗ - 3y ago