5. Links to Further Resources
Official Quarto documentation
- The official Quarto webpage you have already used in this workshop
- Get started tutorials: after the workshop, you already know these
- Quarto Guide: your main resource for everything Quarto related
- Function Reference: to look up some Quarto option you have forgotten the name of
- Markdown Basics: to look up the Pandoc Markdown syntax Quarto heavily relies on
Other recommended resources
Quarto section in the r4ds book: https://r4ds.hadley.nz/quarto.html
Two especially noteworthy subsections are:- Efficient strategies on how to set the figure size in .qmd documents:
https://r4ds.hadley.nz/quarto.html#figure-sizing - Tips on how to use cache in quarto:
https://r4ds.hadley.nz/quarto.html#sec-caching
- Efficient strategies on how to set the figure size in .qmd documents:
Quarto for academics:
- Blog post: https://quarto.org/docs/blog/posts/2023-05-22-quarto-for-academics/
- Journal article templates: https://quarto.org/docs/journals/formats.html
- Quarto manuscripts: https://quarto.org/docs/manuscripts/
Awesome-Quarto link collection: https://github.com/mcanouil/awesome-quarto
It also contains an extensive section on other Quarto tutorials & workshops
Other self-paced tutorials by the LMU Open Science Center
This Quarto workshop is part of the self-paced tutorial series by the LMU Open Science Center:
- Introduction to version control with git and GitHub within RStudio: How to set up a simple project with version control.
- Collaborative coding with GitHub and RStudio: How to collaborate with others on code projects using GitHub.
- Introduction to R: An introduction to the R programming language.
- Introduction to
renv
: How to manage the dependencies of an R project. - Introduction to Quarto: How to combine prose and code to make documents more reproducible (you are here).
- Introduction to Zotero: An introduction to the reference management software Zotero.
- FAIR research data management: How to make your data findable, accessible, interoperable, and reusable.
- Code publishing: How to make your code available to others. Wraps up the complete self-paced tutorial series.