This is a slide pack used for a coffee and coding demo showing off some of ways you can do pass / fail tests in R code, R Shiny apps and R packages.
Install Quarto from their website.
Then load dependencies using renv:
renv::restore()
Then build the slides using (or the Render button if in R Studio):
quarto::quarto_preview()