Package: fable Title: Forecasting Models for Tidy Time Series Version: 0.5.0.9000 Description: Provides a collection of commonly used univariate and multivariate time series forecasting models including automatically selected exponential smoothing (ETS) and autoregressive integrated moving average (ARIMA) models. These models work within the 'fable' framework provided by the 'fabletools' package, which provides the tools to evaluate, visualise, and combine models in a workflow consistent with the tidyverse. Authors@R: c(person(given = "Mitchell", family = "O'Hara-Wild", email = "mail@mitchelloharawild.com", role = c("aut", "cre")), person(given = "Rob", family = "Hyndman", role = "aut"), person(given = "Earo", family = "Wang", role = "aut"), person(given = "Gabriel", family = "Caceres", role = "ctb", comment = "NNETAR implementation"), person(given = "Christoph", family = "Bergmeir", role = "ctb", comment = c(ORCID = "0000-0002-3665-9021")), person(given = "Tim-Gunnar", family = "Hensel", role = "ctb"), person(given = "Timothy", family = "Hyndman", role = "ctb")) License: GPL-3 URL: https://fable.tidyverts.org, https://github.com/tidyverts/fable BugReports: https://github.com/tidyverts/fable/issues Depends: R (>= 3.4.0), fabletools (>= 0.5.0) Imports: Rcpp (>= 0.11.0), rlang (>= 0.4.6), stats, dplyr (>= 1.0.0), tsibble (>= 0.9.0), tibble, tidyr, utils, distributional, cli Suggests: covr, feasts, forecast, fracdiff, knitr, MTS, nnet, rmarkdown, spelling, testthat, tsibbledata (>= 0.2.0), urca LinkingTo: Rcpp (>= 0.11.0) VignetteBuilder: knitr ByteCompile: true Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace')) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://robjhyndman.r-universe.dev Date/Publication: 2026-06-11 22:41:57 UTC RemoteUrl: https://github.com/tidyverts/fable RemoteRef: HEAD RemoteSha: 3fe8346a5506ba3f262f365de9b0d293e217f2bc NeedsCompilation: yes Packaged: 2026-06-28 13:39:28 UTC; root Author: Mitchell O'Hara-Wild [aut, cre], Rob Hyndman [aut], Earo Wang [aut], Gabriel Caceres [ctb] (NNETAR implementation), Christoph Bergmeir [ctb] (ORCID: ), Tim-Gunnar Hensel [ctb], Timothy Hyndman [ctb] Maintainer: Mitchell O'Hara-Wild