fabletools 0.6.0
This release migrates graphics functionality to {ggtime}. The commonly used graphics functions are currently exported with a soft deprecation message. To use the autoplot() and autolayer() time series plot helper functions please include library(ggtime) in your code.
After a (very) gradual deprecation process, the {ggtime} dependency will be removed and the graphics functions will stop being re-exported. This deprecation process is planned to span approximately 2 years, after which explicitly using {ggtime} will be required.
Improvements
- Update for compatibility with distributional v0.6.0.
- Documentation improvements.