From f795a9a584bb1c8ef3f489c020171884e1ca7376 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Wed, 27 Apr 2022 17:55:51 -0500 Subject: [PATCH] Fix repo link; remove old gitbook renderer Fixes #1015 --- _output.yaml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/_output.yaml b/_output.yaml index 3cd1993..696d8a7 100644 --- a/_output.yaml +++ b/_output.yaml @@ -1,24 +1,12 @@ bookdown::bs4_book: theme: primary: "#637238" - repo: https://github.com/hadley/r4ds + repo: + base: https://github.com/hadley/r4ds + branch: main includes: in_header: [ga_script.html] -bookdown::gitbook: - includes: - in_header: [ga_script.html] - config: - toc: - collapse: section - before: | -
  • R for Data Science
  • - edit: - link: https://github.com/hadley/r4ds/edit/main/%s - text: "Edit" - sharing: no - css: r4ds.css - bookdown::pdf_book: latex_engine: "xelatex"