Package: fabletools Title: Core Tools for Packages in the 'fable' Framework Version: 0.8.0.9000 Authors@R: c(person(given = "Mitchell", family = "O'Hara-Wild", role = c("aut", "cre"), email = "mail@mitchelloharawild.com", comment = c(ORCID = "0000-0001-6729-7695")), person(given = "Rob", family = "Hyndman", role = "aut"), person(given = "Earo", family = "Wang", role = "aut", comment = c(ORCID = "0000-0001-6448-5260")), person(given = "Di", family = "Cook", role = "ctb"), person(given = "George", family = "Athanasopoulos", role = "ctb"), person(given = "David", family = "Holt", role = "ctb")) Description: Provides tools, helpers and data structures for developing models and time series functions for 'fable' and extension packages. These tools support a consistent and tidy interface for time series modelling and analysis. License: GPL-3 URL: https://fabletools.tidyverts.org/, https://github.com/tidyverts/fabletools BugReports: https://github.com/tidyverts/fabletools/issues Depends: R (>= 3.1.3) Imports: tsibble (>= 0.9.0), tibble (>= 1.4.1), ggplot2 (>= 3.0.0), tidyselect, rlang (>= 0.4.5), stats, dplyr (>= 1.0.0), tidyr (>= 1.1.0), generics, R6, utils, vctrs (>= 0.2.2), distributional (>= 0.3.1), progressr, lifecycle, ggdist, scales, cli Suggests: covr, crayon, fable (>= 0.2.0), future, future.apply, knitr, pillar (>= 1.0.1), feasts (>= 0.1.2), rmarkdown, spelling, testthat, tsibbledata (>= 0.2.0), lubridate, urca, mvtnorm, Matrix, ggtime VignetteBuilder: knitr RdMacros: lifecycle 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-28 12:37:35 UTC RemoteUrl: https://github.com/tidyverts/fabletools RemoteRef: HEAD RemoteSha: 2a4db8090c43e44e527490008d636c196eef64e2 NeedsCompilation: no Packaged: 2026-06-28 13:30:22 UTC; root Author: Mitchell O'Hara-Wild [aut, cre] (ORCID: ), Rob Hyndman [aut], Earo Wang [aut] (ORCID: ), Di Cook [ctb], George Athanasopoulos [ctb], David Holt [ctb] Maintainer: Mitchell O'Hara-Wild