1. Install R & Quarto

You need both:

We also recommend working with an IDE that has good support for R, Quarto, and Shiny.

RStudio is great, and we also like VSCode and Positron.

2. Install the surveydown and sdApps R packages

We recommend installing the development versions of surveydown and sdApps from GitHub:

# install.packages("pak")
pak::pak(c("surveydown-dev/surveydown", "surveydown-dev/sdApps"))