Tools of the Trade
Content for Wednesday, August 27, 2025
Today we’ll be talking about reproducible workflows, why they’re important (generally) and some considerations for working with geographic data. We’ll also get introduced to version control and it’s the practice of open, reproducible research. Finally, you’ll meet Quarto
our go-to tool to try and keep all of the pieces of the data analysis pipeline together.
Readings
The following readings are intended to give you some sense of the discussion surrounding the role of spatial data in understanding the world. They are a mix of old favorites and relatively recent reviews. You don’t need to read all of them or memorize them, but they are worth a skim. I bet you’ll find something interesting.
Setting the Stage
Open science, reproducibility, and transparency in ecology by Powers and Hampton - discusses the importance of open science for ecologists.
Practical Reproducibility in Geography and Geosciences by Nilst and Pebesma - describes the importance of reproducibility for geospatial analysis.
The Whole Game - from Wickham et al., R for Data Science (Wickham and Grolemund 2016). Focus on the sections that begin with “Workflow” to get a sense for how we’ll start putting the pieces together.
Technical Details
- Authoring in Quarto - an intro to Quarto for developing different kinds of documents. Lots of other resources linked here!!
Coding Help
Chapter 1 - 6 in Venables et al., An Introduction to R (Venables et al. 2009) - for a quick refresher on data types in R (it’s only 30 pages)
Chapters 1-2 in Douglas et al., An Introduction to R - provides another intro to R that’s been updated and is an open-source book.
This RStudio Education page has a lot of additional tutorials to help you get started with
R
.
Objectives
By the end of today you should be able to:
Describe the benefits of reproducible data analysis workflows
Explain the benefits of version control
Generate a
Quarto
document and render it into.html
Execute your first
commit
in GitHub classroom
Slides
The slides for today’s lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys.