This repository contains the documents used to build the website hosting my presentation materials for STAT 33B/133 at UC Berkeley. The website is generated with Quarto and hosted by GitHub Pages.
If you'd like to generate it locally, you will need to download R (>= 4.1.2), Quarto, and all the package dependencies (see below). Once downloaded, run the following line.
quarto render <directory>
If you'd prefer to open it directly in your browser, replace the last line with the following.
quarto preview <directory>
Here, <directory>
denotes the path to the repository. See here if you're new to Git and unsure of how to clone (download) it.
If you receive a missing packages error when attempting to render the website, run the script
scripts/install-dep.R
from the project root directory to download all required packages.
Rscript scripts/install-dep.R