Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5b7edac
docs: update vignette
Apr 7, 2026
51bc2dd
fix: adjust test cases to modified x-label
Apr 7, 2026
51e2402
docs: finalize draft of vignette
Apr 7, 2026
9e96633
Merge branch 'master' into vignette-ppc-ecdf
florence-bockting Apr 7, 2026
68c4624
fix: evaluation parameter in vignette
Apr 7, 2026
ca771d5
Merge branch 'vignette-ppc-ecdf' of https://github.com/florence-bockt…
Apr 7, 2026
5a56108
docs: update imported libraries
Apr 7, 2026
0bb001d
chore: add patchwork to Suggests
Apr 7, 2026
acad783
fix: add missing comma in Suggests
Apr 7, 2026
8349d04
fix: remove unknown scale_color_ppc
Apr 7, 2026
3798c2b
fix: change latex commands
Apr 7, 2026
de47a37
docs: update vignette
Apr 8, 2026
ca1c91b
docs: update vignette to include more details on pareto_pit
Apr 13, 2026
c9c60a3
Merge branch 'dependence-aware-LOO-PIT' into vignette-ppc-ecdf
Apr 21, 2026
7997776
fix: remove brms dependency in vignette
Apr 21, 2026
58995aa
docs: load fit results instead of online fitting
Apr 21, 2026
89e5cfd
docs: add list with links to existing case studies in vignette
Apr 21, 2026
b9798db
docs: add links to case studies in vignette
Apr 27, 2026
730c539
Merge branch 'master' into vignette-ppc-ecdf
jgabry Jul 17, 2026
21a16c9
chore: sync master and update branch
Jul 19, 2026
4e454c9
docs: update loo-pit-correlated vignette and set it as online-only ar…
Jul 19, 2026
d563fd9
chore: update .Rbuildignore, include index entry, add needed packages…
Jul 19, 2026
ebe9f72
Merge branch 'vignette-ppc-ecdf' of https://github.com/florence-bockt…
Jul 19, 2026
3913073
fix: add vignette to articles-online-only
Jul 19, 2026
07d6349
docs: minor edits in vignette text
Jul 19, 2026
35af978
docs: minor edits in vignette text
Jul 19, 2026
64bb0a0
fix: address reviewer comments; minor fixes in vignette
Jul 22, 2026
9a06cb2
fix: adjust EVAL value
Jul 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ Rplots.pdf
^\.github$
^release-prep\.R$
release-prep.R
^vignettes/articles-online-only$
3 changes: 3 additions & 0 deletions .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
any::withr
any::BH
any::RcppEigen
any::patchwork
any::loo
any::rstantools
stan-dev/pkgdown-config
local::.

Expand Down
6 changes: 6 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ articles:
- plotting-mcmc-draws
- visual-mcmc-diagnostics
- graphical-ppcs
- title: "PIT-ECDF model checking"
desc: >
Articles on dependence-aware PIT-ECDF checks (website only; not included
in the CRAN package).
contents:
- articles-online-only/loo-pit-correlated-tests

reference:
- title: "Overview"
Expand Down
Loading