Package: seasonal
Type: Package
Title: R Interface to X-13-ARIMA-SEATS
Version: 1.9.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"))
    )
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 (>= 2.15)
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
LazyData: true
RoxygenNote: 7.1.2
Encoding: UTF-8
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2022-04-18 02:40:44 UTC; christophsax
Author: Christoph Sax [aut, cre] (<https://orcid.org/0000-0002-7192-7044>),
  Dirk Eddelbuettel [ctb] (<https://orcid.org/0000-0001-6419-907X>)
Maintainer: Christoph Sax <christoph.sax@gmail.com>
Repository: CRAN
Date/Publication: 2022-04-18 07:00:02 UTC
Built: R 4.1.3; ; 2023-04-17 13:29:20 UTC; windows
