Enhancing scientific publishing through Quarto
Posit
July 8, 2024
If you know R Markdown, you should be able to find your way around!
Same principle & same foundation
Quarto = Markdown + execution result + Pandoc
A vast ecosystem with an active community,
Still supported
But… fewer new features, with a focus on Quarto
orchestrates each step of rendering
Joint projects with Jupyter users
Benefit from new features
Fresh new formats
Change when starting a new project or on python / julia collaboration project!
No point in converting old documents except for regularly updated content maybe (personal blog, website, …)
Reminder: What works with R Markdown should continue to work!
Review the FAQ: https://quarto.org/docs/faq
Have a question, post on GitHub Discussion : https://github.com/quarto-dev/quarto-cli/discussions/
Found (or think you found) a bug, open an issue: https://github.com/quarto-dev/quarto-cli/issues
Troubleshooting: Creating a minimum reproducible example
For any coding question, start by creating a minimum reproducible example (reprex)
You’ll find that this task is less than trivial for a complex Quarto project
But there’s a good chance you’ll solve your problem while creating the reprex
Otherwise, a non miniaml reproducible is a start!
Any questions / anything you’d like to review or learn before we wrap up the workshop?