Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rivaquiroga/quarto-typst-r
Crafting Custom and Reproducible PDF Reports with Quarto and Typst in R
https://github.com/rivaquiroga/quarto-typst-r
Last synced: 18 days ago
JSON representation
Crafting Custom and Reproducible PDF Reports with Quarto and Typst in R
- Host: GitHub
- URL: https://github.com/rivaquiroga/quarto-typst-r
- Owner: rivaquiroga
- Created: 2024-12-13T22:18:39.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-25T16:14:30.000Z (26 days ago)
- Last Synced: 2024-12-25T17:19:03.541Z (26 days ago)
- Language: Typst
- Size: 1.46 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crafting Custom and Reproducible PDF Reports with Quarto and Typst in R
This event is part of the Workshops for Ukraine πΊπ¦ series organized by Dariia Mykhailyshyna.
ποΈ [Registration](https://sites.google.com/view/dariia-mykhailyshyna/main/r-workshops-for-ukraine)
## Preparing for the workshop
You will need recent versions of both Quarto and R:
- R >= 4.2
- [Quarto >= 1.6](https://quarto.org/docs/get-started/)We will use the following packages: `quarto`, `knitr`, `tidyverse`, `showtext`.
## Agenda
During the workshop, we will work through three examples that will help us explore the YAML options in Quarto-Typst documents, the way Quarto raw blocks and divs work with Typst code, and the general logic of using templates.
- example-1_yaml.qmd
- example-2_blocks-divs.qmd
- example-3_templates.qmdAfter the workshop, the edited version of each of these files will be uploaded to this repository.
## Resources
- [Quarto Documentation](https://quarto.org/docs/output-formats/typst.html)
- [Typst Documentation](https://typst.app/docs/)
- [Typst Forum](https://forum.typst.app/)
- [Typst Discord Server](https://discord.gg/2uDybryKPe)
- [Posit Community > typst](https://forum.posit.co/tag/typst)