- [x] Add walk-through videos - [x] Add multiple-choice questions at the end of each section - [x] Add short-answer revision questions at the end of the chapter - [x] Add further reading - [x] Add long abstract - [x] Add cross-reference handle for chapter - [x] Add chapter to `contents.qmd` - [x] Make sure chapter starts with the final map that we'll create - [x] Make sure chapter finishes with a complete script - [x] Check `aes()` inside `ggplot()` (rather than inside `geom_*()`) is instead in the form `ggplot() + aes()` - [x] Reduce image sizes using `harmonise_image_sizes()` - [x] Remove `source(here::here("mask_learnr_functions.R"))` from setup chunk - [x] Load packages with `pacman::p_load()` instead of `library()` - [x] `Cmd+F` to replace any reference to 'tutorial' with 'chapter' - [x] Spell check - [x] Build chapter - [ ] Update Moodle
contents.qmdaes()insideggplot()(rather than insidegeom_*()) is instead in the formggplot() + aes()harmonise_image_sizes()source(here::here("mask_learnr_functions.R"))from setup chunkpacman::p_load()instead oflibrary()Cmd+Fto replace any reference to 'tutorial' with 'chapter'