Neha Moopen
Programming Cafe
26-04-2023
Quarto is an open-source scientific and technical publishing system built on Pandoc.
Quarto allows you create dynamic documents which weave text and code together to produce documents, web pages, blog posts, books and more.
It is developed by Posit (formerly RStudio) and is considered the ‘next-generation’ of R Markdown
First, let’s revisit knitr
(2011) & RMarkdown (2014).
Quarto is an upgrade!
Quarto is an upgrade!
When using R Markdown, different packages are required for specific kinds of output:
distill
or blogdown
bookdown
xaringan
Quarto is an upgrade! It is a single publishing system for all sorts of output:
Overview & Guides: https://quarto.org/docs/guide/
Quarto works smoothly outside R & RStudio. The following programming languages can be executed:
This also makes it suitable for multi-language computational work!
Quarto works smoothly outside R & RStudio. The following tools are supported:
- The Quarto website has everything you need to get started: https://quarto.org/