We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b29a8 commit 0200d14Copy full SHA for 0200d14
_render.R
@@ -3,6 +3,7 @@ formats = c(
3
)
4
# render the book to all formats
5
for (fmt in formats) {
6
+ message('Rendering the book to ', fmt)
7
res = bookdown:::Rscript(c(
8
'-e', shQuote(sprintf("bookdown::render_book('index.Rmd', '%s', quiet = TRUE)", fmt))
9
))
0 commit comments