-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
37 lines (37 loc) · 1.27 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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 (>= 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/issues
LazyData: true
RoxygenNote: 7.3.2
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-US