Package: seasonal Type: Package Title: R Interface to X-13-ARIMA-SEATS Version: 1.10.0 Authors@R: c( person("Christoph", "Sax", email = "christoph.sax@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7192-7044")), person("Dirk", "Eddelbuettel", role = c("ctb"), comment = c(ORCID = "0000-0001-6419-907X")), person("Andrea", "Ranzato", role = c("ctb")) ) Description: Easy-to-use interface to X-13-ARIMA-SEATS, the seasonal adjustment software by the US Census Bureau. It offers full access to almost all options and outputs of X-13, including X-11 and SEATS, automatic ARIMA model search, outlier detection and support for user defined holiday variables, such as Chinese New Year or Indian Diwali. A graphical user interface can be used through the 'seasonalview' package. Uses the X-13-binaries from the 'x13binary' package. Depends: R (>= 4.1.0) Imports: x13binary Suggests: seasonalview (>= 0.1.3), testthat (>= 3.0.0), covr, knitr, rmarkdown, spelling License: GPL-3 URL: http://www.seasonal.website BugReports: https://github.com/christophsax/seasonal/issues LazyData: true RoxygenNote: 7.3.2 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 VignetteBuilder: knitr Language: en-US Repository: https://christophsax.r-universe.dev Date/Publication: 2025-02-28 17:18:20 UTC RemoteUrl: https://github.com/christophsax/seasonal RemoteRef: HEAD RemoteSha: 189878d47c139f80d8a0d5c834fb65c3cb403b87 NeedsCompilation: no Packaged: 2026-06-09 08:47:18 UTC; root Author: Christoph Sax [aut, cre] (ORCID: ), Dirk Eddelbuettel [ctb] (ORCID: ), Andrea Ranzato [ctb] Maintainer: Christoph Sax