Add diagnostics report PDF

This commit is contained in:
aseimel
2026-06-15 16:40:43 +02:00
parent bc2d616605
commit e2b0b1a025
9 changed files with 64 additions and 10 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ If model outputs are stored outside the repository root, point the script to the
PARTY2D_OUTPUTS_DIR=/path/to/outputs Rscript diagnostics/generate_diagnostics.R
```
Generated files are written to `diagnostics/generated/`. The Markdown report is also copied to `data/releases/party_2d_diagnostics_report_v0.md` for the release bundle.
Generated files are written to `diagnostics/generated/`. The Markdown and PDF reports are also copied to `data/releases/` for the release bundle. PDF rendering uses R Markdown/Pandoc and requires a LaTeX engine such as `pdflatex`.