forked from DivadNojnarg/outstanding-shiny-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_bookdown.yml
executable file
·63 lines (54 loc) · 1.38 KB
/
_bookdown.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
book_filename: "outstanding-shiny-ui"
clean: [packages.bib, bookdown.bbl]
language:
label:
fig: "FIGURE "
tab: "TABLE "
ui:
edit: "Edit"
chapter_name: "Chapter "
delete_merged_file: true
output_dir: "docs"
rmd_files:
[
#"foreword.Rmd",
"index.Rmd",
"web.Rmd",
"web-intro.Rmd",
"htmltools-overview.Rmd",
"web-dependencies.Rmd",
"htmltools-dependencies.Rmd",
"web-applications.Rmd",
"beautify.Rmd",
"beautify-css.Rmd",
"beautify-sass.Rmd",
"beautify-with-fresh.Rmd",
"beautify-with-bootstraplib.Rmd",
"shiny.Rmd",
"shiny-javascript.Rmd",
"shiny-intro.Rmd",
"shiny-input-system.Rmd",
"shiny-input-lifecycle.Rmd",
"shiny-input-gems.Rmd",
"shiny-custom-handler.Rmd",
"custom-templates.Rmd",
"custom-templates-dependencies.Rmd",
"custom-templates-skeleton.Rmd",
"custom-templates-inputs.Rmd",
"custom-templates-interactivity.Rmd",
"custom-templates-testing.Rmd",
"workflow.Rmd",
"workflow-charpente.Rmd",
"mobile-shiny.Rmd",
"mobile-shiny-intro.Rmd",
"mobile-shinyMobile.Rmd",
"mobile-pwa.Rmd",
"mobile-widgets.Rmd",
"mobile-going-further.Rmd",
"going-further.Rmd",
"going-further-reactR.Rmd",
"going-further-webdev.Rmd",
"going-further-where-to-go.Rmd",
"appendix.Rmd",
"references.Rmd"
]