-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
163 lines (155 loc) · 3.95 KB
/
Copy path_pkgdown.yml
File metadata and controls
163 lines (155 loc) · 3.95 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
url: https://strategicprojects.github.io/DT2/
template:
light-switch: false
dark-mode: false
trailing_slash_redirect: true
# Build-time dependency: the site theme uses {tidytemplate}, which is NOT on
# CRAN. Install it before running pkgdown::build_site():
# pak::pak("tidyverse/tidytemplate")
package: tidytemplate
bootstrap: 5
bslib:
bootswatch: spacelab
font_scale: .9
base_font: {google: "Jost"}
heading_font: {google: "Jost"}
code_font: {google: "JetBrains Mono"}
# custom footer for rmarkdown ecosystem
# includes:
# in_header: |
# <!-- Google tag (gtag.js) -->
# <script async src="https://www.googletagmanager.com/gtag/js?id=G-5KJ9FHBXDD"></script>
# <script>
# window.dataLayer = window.dataLayer || [];
# function gtag(){dataLayer.push(arguments);}
# gtag('js', new Date());
# gtag('config', 'G-5KJ9FHBXDD');
# </script>
navbar:
structure:
left: [intro, reference, articles]
right: [python, search, github]
components:
python:
icon: fa-python
href: https://strategicprojects.github.io/dt2py/
aria-label: Python port (dt2)
text: Python
github:
icon: fa-github
href: https://github.com/StrategicProjects/DT2
aria-label: Github
articles:
text: Articles
menu:
- text: Getting Started
href: articles/getting-started.html
- text: Shiny Integration
href: articles/shiny-integration.html
- text: Extensions Guide
href: articles/extensions-guide.html
- text: Column Formatting
href: articles/formatting.html
- text: "-------"
- text: "Advanced"
- text: JS Config Translation
href: articles/js-config.html
reference:
- title: Core
desc: Create and theme tables.
contents:
- dt2
- dt2_theme
- title: Columns & rendering
desc: Target columns and control how cells are rendered.
contents:
- dt2_cols_align
- dt2_cols_hide
- dt2_cols_width
- dt2_cols_escape
- dt2_cols_html
- dt2_col_template
- dt2_cols_render_js
- dt2_cols_render_orthogonal
- dt2_register_renderer
- dt2_use_renderer
- title: Formatting
desc: Numbers, dates and relative times.
contents:
- dt2_format_number
- dt2_format_number_abbrev
- dt2_format_datetime
- dt2_format_time_format
- dt2_format_time_relative
- title: Options helpers
desc: Build the DataTables options list.
contents:
- dt2_order
- dt2_search_global
- dt2_length_menu
- dt2_language
- dt2_use_buttons
- dt2_buttons
- title: Inline inputs
desc: Per-row widgets for Shiny.
contents:
- dt2_col_checkbox
- dt2_col_button
- title: Shiny
desc: Output, render and events.
contents:
- dt2_output
- render_dt2
- observe_dt2_events
- dt2_state
- title: Shiny proxy
desc: Update a live table without re-rendering.
contents:
- dt2_proxy
- dt2_replace_data
- dt2_draw
- dt2_proxy_order
- dt2_proxy_search
- dt2_proxy_page
- dt2_select_rows
- title: Server-side processing
desc: Stream large data from the server.
contents:
- dt2_bind_server
- dt2_ssp_handler
- title: Extensions & maintenance
desc: Inspect and update bundled libraries.
contents:
- dt2_extensions
- dt2_check_updates
- dt2_update_libs
articles:
- title: Getting Started
navbar: ~
contents:
- getting-started
- title: Shiny
contents:
- shiny-integration
- title: Extensions & Formatting
contents:
- extensions-guide
- formatting
- title: Advanced
contents:
- js-config
footer:
structure:
left: [rmd]
right: [developed_by]
components:
#p: "\n\n"
rmd: |
**DT2** is part of an ecosystem of R packages for data analysis and
computational document processing<br>developed at the [Secretaria Executiva
de Monitoramento Estratégico](https://monitoramento.sepe.pe.gov.br).
developed_by: |
Developed by André Leite, Marcos Wasilew, Hugo Vasconcelos, Carlos
Amorim and Diogo Bezerra
development:
mode: auto