Skip to content
Kevin Rue-Albrecht edited this page Apr 19, 2024 · 2 revisions

Rendering

If an error message indicates that Chrome cannot be found during the rendering command renderthis::to_pdf("index.cluster.html"), set the following lines in the YAML header of index.cluster.qmd:

options(pagedown.remote.maxattempts=40) # total number of attempts 
options(pagedown.remote.sleeptime=2) # time in second between attempts
Clone this wiki locally