Skip to content

Commit

Permalink
Drop fable 0.2.1 dependency to please CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Jun 15, 2020
1 parent 0258031 commit 83aa135
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Suggests:
covr,
crayon,
digest,
fable (>= 0.2.1),
fable (>= 0.2.0),
future.apply,
knitr,
methods,
Expand Down
2 changes: 2 additions & 0 deletions R/components.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#' @param ... Other arguments passed to methods.
#'
#' @examples
#' \dontrun{
#' if (requireNamespace("fable", quietly = TRUE)) {
#' library(fable)
#' library(tsibbledata)
Expand All @@ -20,6 +21,7 @@
#' components() %>%
#' autoplot()
#' }
#' }
#'
#' @rdname components
#' @export
Expand Down
6 changes: 0 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ tsibble v0.9.0 release.

0 errors | 0 warnings | 0 notes

Passing checks requires v0.2.1 of the suggested package fable, which has been
submitted to CRAN. This is due to upstream changes in the tsibble package, which
has broken a fabletools example which used fable as a suggested package. If an
older version of fable is used for checking fabletools, this error will occur:
> `levels.yearquarter()` not supported.
## revdep checks

All revdeps have been checked. All changes to worse are due to upstream changes
Expand Down
2 changes: 2 additions & 0 deletions man/components.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83aa135

Please sign in to comment.