Hi, I've just today updated to Rstudio "Spotted Wakerobin" Release (e7373ef8, 2022-09-06) for macOS and am trying to run comparisons between ggplot and ojs. However when I change a r code chunk to ojs, the code chunk arrows on the right are removed and when I press cmd+shft+enter, I get the following error - /bin/sh: ojs: command not found. I found a windows problem and its solution, but it was specifically for the windows terminal, not Mac Rstudio code chunks.
I thought Quarto and Observable JS were part of the main Rstudio desktop download now. I also separately installed Quarto today, but that didn't cause ojs to become executable within a code chunk.
Apparently OJS doesn’t run within Quarto interactively in code chunks like R or Python, it only runs when you render the document. When I rendered my doc, I got the ggplot and OJS plot as expected.
Only downside now is it seems very cumbersome to iterate on an OJS plot if you have to render every time you make a tweak.