https://github.com/big-life-lab/popcorn-web
Population Health Modelling Consensus Reporting Network (POPCORN-NCD), an internationally agreed-upon reporting guideline for NCD modeling studies.
https://github.com/big-life-lab/popcorn-web
equator guidelines modelling-studies noncommicable-disease reporting
Last synced: 3 months ago
JSON representation
Population Health Modelling Consensus Reporting Network (POPCORN-NCD), an internationally agreed-upon reporting guideline for NCD modeling studies.
- Host: GitHub
- URL: https://github.com/big-life-lab/popcorn-web
- Owner: Big-Life-Lab
- Created: 2024-03-03T14:46:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-28T03:00:59.000Z (6 months ago)
- Last Synced: 2026-02-12T12:36:57.851Z (4 months ago)
- Topics: equator, guidelines, modelling-studies, noncommicable-disease, reporting
- Language: Rich Text Format
- Homepage: https://popcorn-statement.org
- Size: 13.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Population Health Modelling Consensus Reporting Network for Noncommunicable Diseases (POPCORN-NCD)
Developing an internationally agreed-upon reporting guideline for noncommunicable disease modeling studies.
Website: https://big-life-lab.github.io/popcorn-web/
## Requirements
- [Quarto](https://quarto.org/docs/get-started/) (latest version recommended)
- TinyTeX: `quarto install tinytex`
- R >= 4.2.0
## Setup
This project uses [renv](https://rstudio.github.io/renv/) for R package management.
After cloning the repository:
```r
# Restore R package environment
renv::restore()
```
After adding new R packages:
```r
# Update the lockfile
renv::snapshot()
```
**Important for renv:**
- Commit `renv.lock`, `.Rprofile`, and `renv/activate.R`
- Do NOT commit `renv/library/`, `renv/staging/`, or `renv/local/`
## Development
### Local Preview
```bash
quarto preview
```
Opens a live preview that updates automatically with changes.
### Build Locally
```bash
quarto render
```
Generates static files in the `docs/` directory.
### Publishing
The site automatically publishes to GitHub Pages when changes are pushed to the main branch via GitHub Actions.
## Contact
Doug Manuel, Senior Scientist, The Ottawa Hospital (dmanuel@ohri.ca)