Developing an internationally agreed-upon reporting guideline for noncommunicable disease modeling studies.
Website: https://big-life-lab.github.io/popcorn-web/
- Quarto (latest version recommended)
 - TinyTeX: 
quarto install tinytex - R >= 4.2.0
 
This project uses renv for R package management.
After cloning the repository:
# Restore R package environment
renv::restore()After adding new R packages:
# Update the lockfile
renv::snapshot()Important for renv:
- Commit 
renv.lock,.Rprofile, andrenv/activate.R - Do NOT commit 
renv/library/,renv/staging/, orrenv/local/ 
quarto previewOpens a live preview that updates automatically with changes.
quarto renderGenerates static files in the docs/ directory.
The site automatically publishes to GitHub Pages when changes are pushed to the main branch via GitHub Actions.
Doug Manuel, Senior Scientist, The Ottawa Hospital (dmanuel@ohri.ca)