Small patch to progress deprecation of graphics functionality that required updating reverse dependencies to require fabletools >=0.6.0.
Breaking changes
- The
autoplot()andautolayer()methods for graphics functions now require the fabletools to be attached (not just loaded). If you previously usedlibrary()to load fabletools (or fable, fpp3), your code will continue to work. We do however recommend that you also includelibrary(ggtime)(or fpp3) for time-series graphics going forward.