Using quarto integrated in RStudio #4440
-
Many people love RStudio's visual editor, especially folks who are not (yet) comfortable with Markdown syntax. I was trying to set up Quarto just to see how easy it is to use for absolute beginners. According to this documentation page, it is recommended that people use the integrated Quarto. This is nice, because installing RStudio then offers everything to create Quarto documents. However, I found two potential issues with such a setup:
I guess my question here (besides tips on how to solve these two issues, especially the second one) is: would it make sense to add the included Also, I think a setting to tell RStudio which |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
A couple of notes / clarifications:
|
Beta Was this translation helpful? Give feedback.
A couple of notes / clarifications:
I do think the documentation is mostly explaining to be sure to use a new version of RStudio when working with Quarto, since support for Quarto features is only in newer versions of RStudio.
When you install an updated version of Quarto, RStudio should be automatically using that newer version. We prefer the external version because Quarto was so 'young' that we felt it was generally better to always prefer the externally installed version since we knew it would be evolving quickly.
Quarto will bind to whatever installation of TeX you have available when producing PDFs (so it will use a TeX installation you've installed for example using TexLive, …