Skip to content

Commit 4407ed0

Browse files
Increment version number to 0.6.0
1 parent a22d587 commit 4407ed0

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: fabletools
22
Title: Core Tools for Packages in the 'fable' Framework
3-
Version: 0.5.1.9000
3+
Version: 0.6.0
44
Authors@R:
55
c(person(given = "Mitchell",
66
family = "O'Hara-Wild",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fabletools (development version)
1+
# fabletools 0.6.0
22

33
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.
44

cran-comments.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
This release ensures compatibility with the upcoming ggplot2 v4.0.0 release.
2-
31
## Test environments
4-
* local ubuntu 24.04 install, R 4.4.1
5-
* ubuntu-latest (on GitHub actions), R 4.4.1, R 4.3.3, R 4.2.3
6-
* macOS-latest (on GitHub actions), R-devel, R 4.4.1
7-
* windows-latest (on GitHub actions), R 4.4.1
2+
* local ubuntu 24.04 install, R 4.5.2
3+
* ubuntu-latest (on GitHub actions), R-devel, R-release, R-oldrel-1, R-oldrel-2, R-oldrel-3, R-oldrel-4
4+
* macOS-latest (on GitHub actions), R-release
5+
* windows-latest (on GitHub actions), R-release, R-oldrel-4
86
* win-builder, R-devel, R-release, R-oldrelease
97

108
## R CMD check results
@@ -14,5 +12,3 @@ This release ensures compatibility with the upcoming ggplot2 v4.0.0 release.
1412
## Revdep checks
1513

1614
All reverse dependencies have been checked, none have changed to worse.
17-
18-
Please note that the check process is likely to fail for the fpp3 package, since it has a circular dependency on fabletools via its dependency on fable. This causes fabletools to be unable to be cleanly unloaded during the revdep checks. The fpp3 package has been separately checked in isolated test environments, and there have been no changes to worse. I have requested that the maintainer of fpp3 remove the fabletools import to remove this circular dependency problem.

0 commit comments

Comments
 (0)