-
Notifications
You must be signed in to change notification settings - Fork 1
Errors
Kevin Rue-Albrecht edited this page Apr 19, 2024
·
2 revisions
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