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
renderthis::to_pdf("index.cluster.html", "index.cluster.pdf")
✖ Rendering index.cluster.html into index.cluster.pdf ... failed
Error in force(expr) :
Failed to generate output. Reason: Failed to open http://127.0.0.1:7116/favicon.ico (HTTP status code: 404)
pagedown could be an alternative to renderthis but it still needs that temporary fix above because the function works the same way as renderthis::to_pdf()
Refer to jhelvy/renderthis#77
Temporary fix is to add this in the
<head>
section of html file:<link rel="shortcut icon" href="#" />
The text was updated successfully, but these errors were encountered: