Keep diagnostics release to one PDF report

This commit is contained in:
aseimel
2026-06-15 16:48:41 +02:00
parent e2b0b1a025
commit c53c1e8ba2
10 changed files with 137 additions and 499 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 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`.
Generated files are written to `diagnostics/generated/`. The PDF report is also copied to `data/releases/` for the release bundle. PDF rendering uses R Markdown/Pandoc and requires a LaTeX engine such as `pdflatex`.