Releasing
This page is the contributor checklist for a tagged release.
Checklist
- Run
devtools::check()with a clean session. - Ensure documentation builds (
devtools::document()). - Rebuild Quarto + pkgdown outputs to
docs/. - Verify no broken internal links (link graph).
- Update NEWS and version.
- Tag and push.
Prereqs
- Required packages and data for this page are listed in the setup chunks above.
Outputs
- This page renders model fits, diagnostics, and summary artifacts generated by package APIs.
Interpretation
- Canonical concept page: Spec And Contracts
- Treat this page as an application/example view and use the canonical page for core definitions.
Next
- Continue to the linked canonical concept page, then return for implementation-specific details.