-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path_pkgdown.yml
92 lines (90 loc) · 2.14 KB
/
_pkgdown.yml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
url: ~
template:
bootstrap: 5
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
- rpackages
right:
- jdemetra
- github
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
news:
text: News
href: news/index.html
jdemetra:
text: JDemetra+
menu:
- text: Download JDemetra+
href: https://github.com/jdemetra/jdemetra-app/releases
- text: JDemetra+ documentation
href: https://jdemetra-new-documentation.netlify.app/
rpackages:
text: Around JDemetra+ and R
menu:
- text: rjwsacruncher
href: https://github.com/AQLT/rjwsacruncher
- text: ggdemetra
href: https://github.com/AQLT/ggdemetra
- text: rjdqa
href: https://github.com/AQLT/rjdqa
- text: rjdmarkdown
href: https://github.com/AQLT/rjdmarkdown
- text: rjdworkspace
href: https://github.com/InseeFrLab/rjdworkspace
github:
icon: fa-github fa-lg
href: https://github.com/rjdverse/rjdemetra
reference:
- title: Seasonal adjustment functions
desc: Functions to perform seasonal adjustment with X-13ARIMA or TRAMO-SEATS
contents:
- '`x13`'
- '`x13_spec`'
- '`tramoseats`'
- '`tramoseats_spec`'
- '`user_defined_variables`'
- '`plot`'
- '`save_spec`'
- '`specification`'
- title: RegARIMA functions
desc: Functions to only peform regARIMA estimation
contents:
- '`regarima`'
- '`regarima_spec_tramoseats`'
- '`regarima_spec_x13`'
- title: Manipulate Java objects
desc: Functions to manipulate the Java objects of a seasonal adjustment or a regARIMA model
contents:
- '`jSA`'
- title: Manipulate JDemetra+ workspaces
desc: Functions to import and export models JDemetra+ workspaces
contents:
- '`load_workspace`'
- '`new_workspace`'
- '`save_workspace`'
- '`add_sa_item`'
- '`get_model`'
- '`compute`'
- '`count`'
- '`get_name`'
- '`get_all_names`'
- '`get_object`'
- '`get_position`'
- '`get_ts`'
- title: Database
desc: ~
contents:
- '`ipi_c_eu`'