KKP & KKCS Spring Professional Meeting — Crop Production and Horticulture
📅 April 29, 2026 (Wednesday) · 📍 Gödöllő, Hungary · ⏱️ ~1.5 hours
Are you tired of copy-pasting tables and figures from R into Word? In this workshop, you will learn how to use Quarto to create fully reproducible documents that integrate your analysis, visualizations, and text — all in a single file.
What we cover:
.qmd file: YAML + Markdown + CodeNo prior experience with Quarto or R Markdown is needed.
| File | Description |
|---|---|
01_slides_quarto_ws.qmd |
Presentation slides (revealjs) |
02_my_first_quarto.qmd |
Follow-along document for the hands-on session |
custom.scss |
Slide theme |
| 🌐 View slides online | Rendered HTML (after publishing) |
| 🌐 View exercise online | Rendered HTML (after publishing) |
Please complete these steps BEFORE the workshop. It takes about 15 minutes. If you run into issues, bring your laptop and we’ll troubleshoot together.
Download from https://cran.r-project.org/
.exeVersion 4.3 or newer recommended. Check yours: R.version.string
Download from https://posit.co/download/rstudio-desktop/ (free Desktop version)
Quarto comes bundled with RStudio (2022.07+). Test it:
Ctrl + Shift + K)If a rendered HTML appears — you’re ready! ✅
If Render fails, try to install Quarto CLI separately from https://quarto.org/docs/get-started/
Open RStudio and run in the console:
install.packages("ggplot2")
That’s the only package needed for the hands-on session.
The slides use additional packages (gt, equatiomatic, broom, report)
but you don’t need to install those — they’re for demonstration only.
Yuri Gelsleichter · MATE, Gödöllő · 📧 Gelsleichter.Yuri.Andrei@uni-mate.hu · 🔗 github.com/Gelsleichter