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
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.
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:
The text was updated successfully, but these errors were encountered: