Find all details at: https://ds4owd-002.github.io/website/
This course is offered by the openwashdata community.
Ready to join the course? Sign up here: https://ee-eu.kobotoolbox.org/x/7V3qeDYD (it will take about 15 minutes)
Course dates: September 11 - December 4, 2025
This project uses renv for R package management to ensure reproducible environments.
- Clone the repository
- Open R/RStudio in the project directory
- Run
renv::restore()to install all required R packages
This will automatically install all packages specified in renv.lock into a project-local library.
# Render entire website
quarto render
# Preview with live reload
quarto preview- Add new packages:
renv::install("package_name") - Update lockfile:
renv::snapshot() - Restore environment:
renv::restore()
The layout of the website and naming convention are based on STA 210 at Duke University (Spring 2022) by Dr. Mine Çetinkaya-Rundel.