Is it true that the Quarto extensions webr-r and shinylive cannot be combined within a Quarto document?
When I use both Quarto extensions (webr-r and shinylive) in the same Quarto document, the webr-r code does not run (but is displayed as text), whereas the shiny application runs correctly and is displayed in the viewer tab of RStudio.
The YAML-header is as follows:
title: "webR and Shinylive"
format: html
output: html_document
runtime: shiny
engine: knitr
filters:
- webr
- shinylive