The workshops of IQSS Data Science Services as one Quarto website: R, Python, Stata, and the tools around them, one page per workshop with materials to download and exercises with solutions. Rebuilt in 2026 from the 2021 materials on current R, RStudio, Python, and Stata. For the DSS team that writes and teaches them, and for anyone who wants to build the site.
quarto preview # or quarto render; needs Quarto 1.9+
Rscript scripts/derive.R r/intro.qmd # regenerate a workshop's download files after editing its pageR chapters execute through renv (renv::restore() once, after cloning).
_freeze/ holds the render cache, so a plain quarto render needs no
language runtime until a chapter's code changes. On this machine _site is
a symlink outside Dropbox (see AGENTS.md).
Layout and working rules: AGENTS.md. Where things stand: STATUS.md.
Open work: TASKS.md.