rgl doesn't display in quarto
dmurdoch opened this issue · 1 comments
dmurdoch commented
The current rgl version 0.109.15 doesn't display plots in a quarto document, though it works fine in R Markdown. Presumably this is because quarto isn't using the same hooks as knitr uses.
htmlwidgets like leaflet do display properly, but rgl needs a deeper connection, since it emulates base graphics.
dmurdoch commented
Fixed by quarto-dev/quarto-cli#1857