-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
50 lines (44 loc) · 1.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
url: https://patzaw.github.io/bscui/
template:
bootstrap: 5
includes:
in_header: |
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7RG3ZVT8WZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7RG3ZVT8WZ');
</script>
authors:
Patrice Godard:
href: https://patzaw.github.io
reference:
- title: "Buiding figures"
desc: "Function for preparing bscui figures"
contents:
- bscui
- set_bscui_ui_elements
- set_bscui_styles
- set_bscui_attributes
- set_bscui_options
- set_bscui_selection
- export_bscui_to_image
- title: "Figures in Shiny"
desc: "Function for using bscui figures in Shiny"
contents:
- bscuiOutput
- renderBscui
- bscuiProxy
- update_bscui_ui_elements
- update_bscui_styles
- update_bscui_attributes
- update_bscui_selection
- click_bscui_element
- order_bscui_elements
- add_bscui_element
- remove_bscui_elements
- get_bscui_svg
deploy:
install_metadata: true