Support spinning of R scripts #4969
-
A great way to render reports from R is via knitr::spin. See https://bookdown.org/yihui/rmarkdown-cookbook/spin.html for an overview. I had previously supported a small utility to simplify spinning of R-scripts from a terminal via https://github.com/holgerbrandl/rendr directly written in R, but it always lacked beauty. It would be great if quarto could support spinning via quarto render my_script.R Currently, this fails with
What's your take on that? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
Beta Was this translation helpful? Give feedback.
-
Thanks @mcanouil . I've tried to do so, but for me this creates just a |
Beta Was this translation helpful? Give feedback.
-
Related to @kylebutts suggestion in #4969 (reply in thread), now knitr (from 1.44) supporting See |
Beta Was this translation helpful? Give feedback.
Now there is more broader issue to follow for this feature in Quarto
We'll see what can be done.