This page includes a link to a tar file with the source code for all files that created this web site.

# make a tar file
fnames <- list.files(path = ".", pattern = ".*Rmd$|.*R$|.*yml$|.*css$", recursive = TRUE) %>%
    str_subset("site", negate = TRUE)
tar(tarfile = "cugos_2023_hurvitz.tar", files = fnames)

cugos_2023_hurvitz.tar