-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_pkgdown.yml
More file actions
66 lines (65 loc) · 1.59 KB
/
Copy path_pkgdown.yml
File metadata and controls
66 lines (65 loc) · 1.59 KB
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
navbar:
structure:
left:
- home
- reference
- articles
- tutorials
- news
right:
- jdemetra
- rpackages
- github
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
articles:
jdemetra:
text: JDemetra+
menu:
- text: Download JDemetra+
href: https://github.com/jdemetra/jdemetra-app/releases
- text: JDemetra+ documentation
href: https://jdemetradocumentation.github.io/JDemetra-documentation/
rpackages:
text: Around JDemetra+ and R
menu:
- text: RJDemetra
href: https://github.com/rjdverse/rjdemetra
- text: ggdemetra
href: https://github.com/AQLT/ggdemetra
- text: rjdqa
href: https://github.com/AQLT/rjdqa
- text: rjwsacruncher
href: https://github.com/AQLT/rjwsacruncher
- text: rjdmarkdown
href: https://github.com/AQLT/rjdmarkdown
github:
icon: fa-github fa-lg
href: https://github.com/InseeFrLab/rjdworkspace
reference:
- title: Manipulate WS
desc: Functions to manipulate several workspaces
contents:
- '`transfer_series`'
- '`replace_series`'
- '`copy_ws`'
- title: Manipulate sa_item
desc: Functions to manipulate sa_item objects
contents:
- '`manipulate_sa_item`'
- '`set_spec`'
- '`set_ts`'
- title: Manipulate Metadata
desc: Functions to update metadata and manipulate comments
contents:
- '`set_name`'
- '`get_comment`'
- '`set_comment`'
- '`update_path`'
- '`update_metadata`'
- '`set_metadata`'