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
When using julia with knitr, JuliaCall::eng_juliacall() is used. This engine needs to handle options$error to do the right think in case of error in Julia.
I can use
error=TRUE
with an R code chunk (or the Quarto style#| error: true
), but rendering fails with a Julia code chunk:Here's the error (same thing if I do
knit2html("test.qmd")
.The text was updated successfully, but these errors were encountered: