-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.5 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
38
39
40
41
42
43
44
45
46
47
Package: rjd3x13
Type: Package
Title: Seasonal Adjustment with X-13 in 'JDemetra+ 3.x'
Version: 3.3.1
Authors@R: c(
person("Jean", "Palate", role = c("aut"),
email = "[email protected]"),
person("Alain", "Quartier-la-Tente", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7890-3857")),
person("Tanguy", "Barthelemy", role = c("aut", "cre", "art"),
email ="[email protected]"),
person("Anna", "Smyk", role = c("aut"),
email ="[email protected]")
)
Description: R Interface to 'JDemetra+ 3.x' (<https://github.com/jdemetra>) time series analysis software.
It offers full acces to options and outputs of X-13, including RegARIMA modelling (automatic ARIMA model with outlier detection and
trading days adjustment) and X-11 decomposition.
Depends:
R (>= 4.1.0)
Imports:
rJava (>= 1.0-6),
rjd3toolkit (>= 3.3.0),
RProtoBuf (>= 0.4.17)
Remotes:
github::rjdverse/rjd3toolkit
SystemRequirements: Java (>= 17)
License: file LICENSE
URL: https://github.com/rjdverse/rjd3x13, https://rjdverse.github.io/rjd3x13/
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
BugReports: https://github.com/rjdverse/rjd3x13/issues
Encoding: UTF-8
Collate:
'deprecated.R'
'print.R'
'regarima_generic.R'
'utils.R'
'regarima_outliers.R'
'regarima_spec.R'
'x13_rslts.R'
'x13_spec.R'
'revisions.R'
'set_x11_spec.R'
'udvar.R'
'x13.R'
'zzz.R'