-
Following on from #424 Assuming a researcher who is modestly competent and comfortable with the Rmarkdown ecosystem and just wants to do more reproducible research (rather than Quarto development), when would be a good time for them to start new projects with Quarto rather than Rmarkdown? I presume from the answer to #424 that at some time developments/bug-fixes will turn up in Quarto before they turn up in Rmarkdown packages. If quarto already does everything that Rmarkdown can do, then people might as well start using Quarto immediately. On the other hand, if there is some essential (to some researcher) Rmarkdown package functionality that is currently missing from Quarto, then they should obviously wait. Could you provide some guidance on where the current Quarto ecosystem gaps are (relative to the Rmarkdown ecosystem) to allow researchers to decide whether Quarto is ready for them yet? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
Our current plan is to announce Quarto v1.0 at rstudio::conf (end of July). Our goal at that point is to provide unambiguous guidance that it's a good time to switch. The threshold for that is of course that Quarto be effectively a superset of R Markdown. In many contexts (normal documents, presentations, websites, books, blogs) I think Quarto is currently a superset (and the differences will continue to become more pronounced). Here are the areas where Quarto currently falls short (they are all priorities to remedy before the conference):
Our hope is that all these will be in place for the conference or shortly thereafter. All of that said, I should emphasize that switching is not imperative. While we don't plan on major feature initiatives in R Markdown and related packages, we are going to continue to maintain them (smaller improvements and bug fixes) for a long time to come. Furthermore, since |
Beta Was this translation helpful? Give feedback.
-
Hi @harrelfe great to see you here! We do support For the Hugo/Netlify scenario, the instructions here should work: https://quarto.org/docs/output-formats/hugo.html. Basically, make sure you are using Hugo page bundles (directory per post) and the just make a |
Beta Was this translation helpful? Give feedback.
-
Yeah, in order to get all of the fancy Quarto stuff you need to be using Quarto CSS, which is in turn not compatible w/ the Hugo CSS. So for Hugo the best we can do is produce clean Hugo compatible markdown and from there hope that the Hugo theme does nice things with it. Note that YAML in the document should be preserved (so if you include |
Beta Was this translation helpful? Give feedback.
Our current plan is to announce Quarto v1.0 at rstudio::conf (end of July). Our goal at that point is to provide unambiguous guidance that it's a good time to switch. The threshold for that is of course that Quarto be effectively a superset of R Markdown. In many contexts (normal documents, presentations, websites, books, blogs) I think Quarto is currently a superset (and the differences will continue to become more pronounced). Here are the areas where Quarto currently falls short (they are all priorities to remedy before the conference):