This package generates minimal slideshows from a Carpentries Workbench lesson, in order to facilitate teaching workshops.
- A title slide for each episode
- A slide for each figure in the lesson
- A slide for each challenge block
- A slide for each discussion point
From R:
options(repos = c(
carpentries = "https://carpentries.r-universe.dev/",
CRAN = "https://cran.rstudio.com/"
))
remotes::install_github("WEHI-ResearchComputing/CarpentriesSlides")
Please visit https://wehi-education.github.io/CarpentriesSlides for comprehensive documentation!
The main bulk of Carpentries workshops should still be live coding. However, it is a common and accepted practice that certain parts of a workshop can be presented using slides.
For more discussion on this topic, see:
- https://carpentries.slack.com/archives/C03DEQ5T2DA/p1699833900987289
- carpentries/workbench#78
- carpentries/styles#113
- carpentries/instructor-training#680
- carpentries/instructor-training#1000
The Workbench maintenance team didn't have time to address my proposed feature: carpentries/workbench#78 (comment). However, I'm very open to merging this into the Workbench when it becomes possible
It's true that this button helps present figures, but I find that opening an image viewer in a workshop doesn't feel as polished as a slideshow. In addition, there is other content that is useful to be included in the slides, as noted above