Posterior extraction helpers now respect a param_map so generated quantity names can be customised.
Added basic CI configuration and improved R CMD check hygiene (.Rbuildignore, global variable declarations).
Minor test updates for testthat edition 3.
vrcmort 0.0.6
Expanded documentation with epidemia-style vignettes covering the model introduction, mathematical description, implementation details, schematic, partial pooling, priors, and under-reporting with age-selective reporting collapse.
Added two step-by-step tutorial vignettes (data preparation from individual records and covariate exploration).
Updated pkgdown configuration to surface the new articles.
vrcmort 0.0.5
Added a lightweight prior specification system (vrc_priors()) inspired by rstanarm/epidemia.
Users can now override key priors (covariate coefficients, conflict effects, reporting anchors, random-effect scales, dispersion) via vrcm() / vrc_fit().
Stan model priors are now parameterised through Stan data (hyperparameters) rather than hard-coded constants.
vrcmort 0.0.4
Added optional partial pooling for conflict effects by region (random slopes) in both the mortality and reporting components.
Added optional region-specific time random walks (deviations around the national trend) for both mortality and reporting.
Added helpers to extract region-specific conflict effects from fitted models.