Skip to content

Commit 1b5ade0

Browse files
Add NEWS for graphics method .onAttach change
1 parent 8550966 commit 1b5ade0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# fabletools (development version)
22

3+
Small patch to progress deprecation of graphics functionality that required updating reverse dependencies to require fabletools >=0.6.0.
4+
5+
## Breaking changes
6+
7+
* The `autoplot()` and `autolayer()` methods for graphics functions now require the fabletools to be attached (not just loaded). If you previously used `library()` to load fabletools (or fable, fpp3), your code will continue to work. We do however recommend that you also include `library(ggtime)` (or fpp3) for time-series graphics going forward.
8+
39
# fabletools 0.6.0
410

511
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.

0 commit comments

Comments
 (0)