-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.65 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
48
49
Package: rjd3tramoseats
Type: Package
Title: Seasonal Adjustment with TRAMO-SEATS in 'JDemetra+ 3.x'
Version: 3.3.1
Authors@R: c(
person("Jean", "Palate", role = c("aut"),
email = "palatejean@gmail.com"),
person("Alain", "Quartier-la-Tente", role = c("aut"),
email = "alain.quartier@yahoo.fr",
comment = c(ORCID = "0000-0001-7890-3857")),
person("Tanguy", "Barthelemy", role = c("aut", "cre", "art"),
email ="tanguy.barthelemy@insee.fr"),
person("Anna", "Smyk", role = c("aut"),
email ="anna.smyk@insee.fr")
)
Description: R Interface to 'JDemetra+ 3.x' (<https://github.com/jdemetra>) time series analysis software.
It offers full acces to options and outputs of TRAMO-SEATS (Time series Regression with ARIMA noise,
Missing values and Outliers - Signal Extraction in ARIMA Time Series), including TRAMO modelling (automatic ARIMA model with outlier detection and
trading days adjustment).
Depends:
R (>= 4.1.0)
Imports:
rJava (>= 1.0-6),
RProtoBuf (>= 0.4.20),
rjd3toolkit (>= 3.3.0)
Remotes:
github::rjdverse/rjd3toolkit
SystemRequirements: Java (>= 17)
License: file LICENSE
URL: https://github.com/rjdverse/rjd3tramoseats, https://rjdverse.github.io/rjd3tramoseats/
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
BugReports: https://github.com/rjdverse/rjd3tramoseats/issues
Encoding: UTF-8
Collate:
'deprecated.R'
'print.R'
'utils.R'
'tramoseats_rslts.R'
'tramoseats_spec.R'
'revisions.R'
'seats.R'
'seats_spec.R'
'tramo_generic.R'
'tramo_outliers.R'
'tramo_spec.R'
'tramoseats.R'
'ud_var.R'
'zzz.R'