25 lines
495 B
YAML
25 lines
495 B
YAML
bookdown::bs4_book:
|
|
theme:
|
|
primary: "#637238"
|
|
repo: https://github.com/hadley/r4ds
|
|
includes:
|
|
in_header: [ga_script.html]
|
|
|
|
bookdown::gitbook:
|
|
includes:
|
|
in_header: [ga_script.html]
|
|
config:
|
|
toc:
|
|
collapse: section
|
|
before: |
|
|
<li><strong><a href="./">R for Data Science</a></strong></li>
|
|
edit:
|
|
link: https://github.com/hadley/r4ds/edit/master/%s
|
|
text: "Edit"
|
|
sharing: no
|
|
css: r4ds.css
|
|
|
|
bookdown::pdf_book:
|
|
latex_engine: "xelatex"
|
|
|