Skip to content

ds4owd-002/website

 
 

Repository files navigation

Website for data science for openwashdata course 002

Find all details at: https://ds4owd-002.github.io/website/

This course is offered by the openwashdata community.

Contributor Covenant

How to Sign Up

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

Development Setup

This project uses renv for R package management to ensure reproducible environments.

Setting up the R environment

  1. Clone the repository
  2. Open R/RStudio in the project directory
  3. Run renv::restore() to install all required R packages

This will automatically install all packages specified in renv.lock into a project-local library.

Building the website

# Render entire website
quarto render

# Preview with live reload
quarto preview

Package management

  • Add new packages: renv::install("package_name")
  • Update lockfile: renv::snapshot()
  • Restore environment: renv::restore()

Attribution

The layout of the website and naming convention are based on STA 210 at Duke University (Spring 2022) by Dr. Mine Çetinkaya-Rundel.

About

Website for data science for openwashdata course 002

Resources

License

Contributing

Stars

Watchers

Forks

Languages

  • R 73.0%
  • TeX 19.8%
  • SCSS 4.0%
  • Lua 2.9%
  • Other 0.3%