Package: feasts Title: Feature Extraction and Statistics for Time Series Version: 0.5.0.9000 Description: Provides a collection of features, decomposition methods, statistical summaries and graphics functions for the analysing tidy time series data. The package name 'feasts' is an acronym comprising of its key features: Feature Extraction And Statistics for Time Series. Authors@R: c( person("Mitchell", "O'Hara-Wild", email = "mail@mitchelloharawild.com", role = c("aut", "cre")), person("Rob", "Hyndman", role = "aut"), person("Earo", "Wang", role = "aut"), person("Di", "Cook", role = "ctb"), person("Thiyanga", "Talagala", role = "ctb", comment = "Correlation features"), person("Leanne", "Chhay", role = "ctb", comment = "Guerrero's method") ) Depends: R (>= 3.5.0), fabletools (>= 0.3.1) Imports: rlang (>= 0.2.0), tibble (>= 1.4.1), tsibble (>= 0.9.0), ggplot2 (>= 3.0.0), dplyr (>= 1.0.0), tidyr (>= 0.8.3), vctrs, lubridate, slider, utils, lifecycle, ggtime Suggests: tsibbledata, pillar (>= 1.0.1), knitr, rmarkdown, testthat, covr, seasonal, urca, fracdiff, fable, ggrepel ByteCompile: true VignetteBuilder: knitr License: GPL-3 URL: http://feasts.tidyverts.org/, https://github.com/tidyverts/feasts BugReports: https://github.com/tidyverts/feasts/issues Encoding: UTF-8 RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace')) Language: en-GB RdMacros: lifecycle Config/pak/sysreqs: libicu-dev Repository: https://tidyverts.r-universe.dev Date/Publication: 2026-02-09 09:44:39 UTC RemoteUrl: https://github.com/tidyverts/feasts RemoteRef: HEAD RemoteSha: 6de72d296ef4fb68320914276d152483654f999f NeedsCompilation: no Packaged: 2026-06-28 13:41:09 UTC; root Author: Mitchell O'Hara-Wild [aut, cre], Rob Hyndman [aut], Earo Wang [aut], Di Cook [ctb], Thiyanga Talagala [ctb] (Correlation features), Leanne Chhay [ctb] (Guerrero's method) Maintainer: Mitchell O'Hara-Wild