Open jorgesinval opened 2 years ago
There's an issue with that URL. Downloading it takes 15 seconds, opening it in a browser takes me about that long or longer. Maybe it's even slower in chromote?
system.time(
download.file(
"https://cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_HTMLorMML",
"mathjax.js"
)
)
trying URL 'https://cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_HTMLorMML'
downloaded 61 KB
user system elapsed
0.046 0.046 15.933
You can try running this and adjusting wait
time to see if it eventually completes.
to_html("example.Rmd")
pagedown::chrome_print("example.html", "example.pdf", wait = 45)
Strangely, even after defining 120
seconds, I get:
(¬_¬)pagedown::chrome_print("example.html", "example.pdf", wait = 120)
Error in force(expr) : Failed to generate output in 30 seconds (timeout).
So, the error mentions 30 seconds.
Hello!
I try to render a simple xaringan presentation:
with the this code:
but I keep receiving an error:
However, if I remove:
it works: