rstudio / rstudio

RStudio is an integrated development environment (IDE) for R
https://posit.co/products/open-source/rstudio/
Other
4.58k stars 1.08k forks source link

Support Compile Report with Quarto if there is Quarto YAML. #14477

Open jthomasmock opened 2 months ago

jthomasmock commented 2 months ago

Scenario: I have a Quarto project with only a _quarto.yml and a rendered script script.R. I can render and preview that content from the command-line. Are there any plans to offer push-button rendering/preview from the editor pane like we have for document.qmd files?

I am curious if this worked with R script already for Rmarkdown context with spin. I think the IDE has a spin button for R script already but it is probably deactivated in quarto project context and should be taught about new script rendering in quarto 1.4

image

jthomasmock commented 2 weeks ago

This is really a feature request as mentioned in #14480 - we may want to support render on _quarto.yml