Making Pretty PDFs with Typst (and Quarto)
Series: PDFs With Quarto
With the latest 1.4 release of Quarto, it’s now possible to create PDF documents with Quarto using Typst. How does it compare to LaTeX, and is it actually easier to learn and use?
Blog about all things R, data science, and visualisation.
With the latest 1.4 release of Quarto, it’s now possible to create PDF documents with Quarto using Typst. How does it compare to LaTeX, and is it actually easier to learn and use?
Finding ways to reduce manual tasks when programming, like copying and pasting files or code, can save you time and minimise the risk of errors. This blog post guides you through a few small changes to your R workflow to help reduce manual tasks and streamline your programming workflows in R.
A step-by-step guide to creating art in Python. This blog post covers creating random data, generating colour palettes, visualising with plotnine, and making artistic functions.
After running the ‘Introduction to machine learning with {tidymodels}’ workshop as part of the R/Pharma 2023 Conference, there were a few questions that we didn’t get the chance to answer. This blog post aims to answer some of them.
Inspired by RJ Andrews, I created a typewriter-styled map of Scotland using {ggplot2} in R. This blog post explains the process of gathering elevation data, selecting a suitable typewriter font, and coding up a map!
If you find yourself regularly copying and pasting content between files, you can use R to do it for you! For repetitive tasks you can’t fully automate, using template files is a great way to save time and this blog post will show you how to make them in R.