You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deployed bundle contains a libs directory and *.html files that were created as a side-effect of running the packrat snapshot against the directory. These files cause downstream rendering problems.
These files are created by the call to rmarkdown::render:
The eventual deployment fails with the rendering error:
Tweaking _book/404.html
Error in xml_children(x)[[search]] : subscript out of bounds
Calls: local ... bs4_chapter_tweak -> tweak_navbar -> template_link_icon -> <Anonymous>
Execution halted
Error: bookdown::render_book() failed to render the output format 'bookdown::bs4_book'.
The 404.html file is created as a side-effect of the deploy-time rmarkdown::render call.
Create a new directory/project.
Populate that directory
Add a code-block to
index.Rmd
so package dependencies are discovered.Render that book locally.
Attempt to deploy that directory.
The deployed bundle contains a
libs
directory and*.html
files that were created as a side-effect of running the packrat snapshot against the directory. These files cause downstream rendering problems.These files are created by the call to
rmarkdown::render
:packrat/R/dependencies.R
Line 665 in 3df1d62
The text was updated successfully, but these errors were encountered: