File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Package: fabletools
22Title: Core Tools for Packages in the 'fable' Framework
3- Version: 0.6.0.9000
3+ Version: 0.6.1
44Authors@R:
55 c(person(given = "Mitchell",
66 family = "O'Hara-Wild",
Original file line number Diff line number Diff line change 1- # fabletools (development version)
1+ # fabletools 0.6.1
22
33Small patch to progress deprecation of graphics functionality that required updating reverse dependencies to require fabletools >=0.6.0.
44
Original file line number Diff line number Diff line change 2323}
2424
2525.onAttach <- function (... ) {
26- # fabletools -> ggtime method migration
26+ # fabletools -> ggtime method migration
2727 ggtime_version <- as.character(suppressWarnings(
2828 utils :: packageDescription(" ggtime" , fields = " Version" )
2929 ))
You can’t perform that action at this time.
0 commit comments