From 61192ccee42c5b6ae7dc72bd5d3978bc3a460f9b Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Fri, 15 Mar 2024 18:30:33 -0700 Subject: [PATCH] Fix #252 Was setting to FALSE! --- R/render.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/render.R b/R/render.R index d1d663c3..42092eab 100644 --- a/R/render.R +++ b/R/render.R @@ -83,7 +83,7 @@ render <- function(yaml_fn = "_bookdown.yml", pdf_or_word <- `if`(doc_format == "pdf", "PDF", "Word") # Make sure all YAML entries are present in `index.Rmd` - check_yaml(render_type, verbose) + check_yaml(render_type, verbose = verbose) # Find out what language is set to and set the option 'french' here # so that it works on the first compilation in a workspace