Skip to content

Commit

Permalink
Update create_interactive_report.R
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman committed Mar 12, 2024
1 parent 2c22765 commit dd0425f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/create_interactive_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -522,13 +522,10 @@ create_interactive_report <-
} else {
re_language <- "fr"
}

writeLines("delete_merged_file: true", file.path(working_template_dir, "_bookdown.yml"))

suppressMessages(
bookdown::render_book(
input = working_template_dir,
output_format = "html_document",
encoding = 'UTF-8',
clean = TRUE,
quiet = TRUE,
Expand Down

0 comments on commit dd0425f

Please sign in to comment.