We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cloned bookdown-demo. I opened index.Rmd and I ran Build Book which returned the following errors:
Tweaking _book/index.html Tweaking _book/intro.html Tweaking _book/literature.html Tweaking _book/methods.html Error in vapply(footnotes, FUN.VALUE = character(1), function(x) { : values must be length 1, but FUN(X[[2]]) result is length 2 Calls: local ... bs4_chapters_tweak -> bs4_chapter_tweak -> tweak_footnotes -> vapply Execution halted Error: bookdown::render_book() failed to render the output format 'bookdown::bs4_book'. Execution halted
Exited with status 1.
The text was updated successfully, but these errors were encountered:
Hi,
Sorry for this misleading situation. You need the dev version of bookdown to work with current bookdown-demo template for bs4_book().
This is because we are preparing next release which contains some fixes and we already updated the bookdown-demo with example for this.
Can you install the dev version of bookdown ?
remotes::install_github("rstudio/bookdown")
Otherwise, you just need to remove the part with long footnotes examples:
bookdown-demo/03-method.Rmd
Lines 17 to 23 in 22d62e9
Sorry for the trouble with this.
Sorry, something went wrong.
No branches or pull requests
I cloned bookdown-demo. I opened index.Rmd and I ran Build Book which returned the following errors:
Tweaking _book/index.html
Tweaking _book/intro.html
Tweaking _book/literature.html
Tweaking _book/methods.html
Error in vapply(footnotes, FUN.VALUE = character(1), function(x) { :
values must be length 1,
but FUN(X[[2]]) result is length 2
Calls: local ... bs4_chapters_tweak -> bs4_chapter_tweak -> tweak_footnotes -> vapply
Execution halted
Error: bookdown::render_book() failed to render the output format 'bookdown::bs4_book'.
Execution halted
Exited with status 1.
The text was updated successfully, but these errors were encountered: