forked from OuhscBbmc/data-science-practices-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_bookdown.yml
44 lines (43 loc) · 1.13 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
book_filename: "data-science-practices-1"
new_session: true
before_chapter_script: _common.R
delete_merged_file: true
output_dir: "_book" # This blocks local contributions but allows GitHub Actions (which write to docs/ instead of _book/) to be deliver html files where GitHub Pages can serve it.
language:
ui:
chapter_name: "Chapter "
rmd_files:
[
"index.Rmd",
"ch-coding.md",
"ch-architecture.md",
"ch-file-prototype-r.md",
"ch-file-prototype-sql.md",
"ch-repo-prototype.md",
"ch-rest.md",
"ch-patterns.md",
"ch-security.md",
"ch-automation.md",
"ch-scaling-up.md",
"ch-collaboration.md",
"ch-documentation.md",
"ch-style.md",
"ch-publication.md",
"ch-testing-and-validation.md",
"ch-troubleshooting.md",
"ch-workstation.md",
"ch-tools.md",
"ch-team.md",
"ch-redcap-user.md",
"ch-redcap-developer.md",
"ch-redcap-admin.md",
# Appendices
"ch-git.md",
"ch-snippets.Rmd",
"ch-presentations.md",
"ch-scratch-pad.md",
"ch-example-dashboard.md",
"ch-example-chapter.Rmd",
"ch-acknowledgements.md",
"ch-references.md"
]