Package: fasster Version: 0.2.0.9000 Title: Fast Additive Switching of Seasonality, Trend, and Exogenous Regressors Description: Implementation of the FASSTER (Forecasting with Additive Switching of Seasonality, Trend, and Exogenous Regressors) model for forecasting time series with multiple seasonal patterns. The model combines state space methodology with a switching component in the observation equation to allow flexible modeling of complex seasonal patterns, including time-varying effects and multiple seasonalities. Depends: R (>= 4.1.0), fabletools (>= 0.2.0) Imports: dlm, tsibble (>= 0.9.0), purrr, rlang, stats, dplyr (>= 1.0.0), distributional, vctrs Suggests: tsibbledata (>= 0.2.0), lubridate, knitr, rmarkdown, testthat, spelling, covr Authors@R: c(person(given = "Mitchell", family = "O'Hara-Wild", email = "mail@mitchelloharawild.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6729-7695")), person(given = "Rob", family = "Hyndman", role = c("aut", "ths"))) URL: https://github.com/tidyverts/fasster, https://fasster.tidyverts.org/ BugReports: https://github.com/tidyverts/fasster/issues License: GPL-3 Encoding: UTF-8 ByteCompile: true RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace')) Language: en-GB VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://tidyverts.r-universe.dev Date/Publication: 2026-02-02 22:25:09 UTC RemoteUrl: https://github.com/tidyverts/fasster RemoteRef: HEAD RemoteSha: f6b6b44916c2e20005cc834a08837d0ba7a88c9e NeedsCompilation: no Packaged: 2026-06-28 13:40:28 UTC; root Author: Mitchell O'Hara-Wild [aut, cre] (ORCID: ), Rob Hyndman [aut, ths] Maintainer: Mitchell O'Hara-Wild