This repo contains the exercises for the posit::conf(2025) workshop From R User to R Programmer.
This will bring in all the dependencies:
install.packages(c("tidyverse", "devtools", "here", "palmerpenguins"))To install the exercises:
usethis::use_course("posit-conf-2025/r-programming-exercises")We have copied the Gapminder Excel files from R for Data Science, as much of the material for this course is based on it.