What are the benefits of using Quarto over RMarkdown?

Viewed 972

Quarto is a new open-source scientific and technical publishing system that claims to be the "next generation version of R Markdown from RStudio". I'm an avid RMarkdown user and I have not yet fully understood what are the advantages of using Quarto over RMarkdown. Both seems very similar.

Are there important differences between RMarkdown and Quarto to be aware of?

1 Answers

The key differences, and advantages for me, of using qmd instead of rmd include:

Other details I find satisfying:

  • fully back compatible with Rmd
  • works well in VS Code, Emacs, etc., it's less bound to RStudio as an IDE
Related