-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
37 lines (37 loc) · 1.34 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: RJDemetra
Type: Package
Title: Interface to 'JDemetra+' Seasonal Adjustment Software
Version: 0.2.8
Authors@R: c(
person("Alain", "Quartier-la-Tente", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7890-3857")),
person("Anna", "Michalek", role = "aut",
email = "[email protected]"),
person("Jean", "Palate", role = "aut",
email = "[email protected]"),
person("Raf", "Baeyens", role = "aut",
email = "[email protected]"))
Description: Interface around 'JDemetra+' (<https://github.com/jdemetra/jdemetra-app>), the seasonal adjustment software officially
recommended to the members of the European Statistical System (ESS) and the European System of Central Banks.
It offers full access to all options and outputs of 'JDemetra+', including the two leading seasonal adjustment methods
TRAMO/SEATS+ and X-12ARIMA/X-13ARIMA-SEATS.
Depends:
R (>= 3.1.1),
Imports:
rJava (>= 0.9-8),
graphics,
grDevices,
methods,
stats,
utils
SystemRequirements: Java (>= 8)
License: EUPL
LazyData: TRUE
Suggests:
knitr,
rmarkdown
URL: https://rjdverse.github.io/rjdemetra/, https://github.com/rjdverse/rjdemetra
BugReports: https://github.com/rjdverse/rjdemetra/issues
Encoding: UTF-8
RoxygenNote: 7.3.2