Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# bayesplot (development version)

* New "Example Gallery" vignette providing a visual overview of all plotting
functions with thumbnail example plots, organized by category (PPC, PPD, MCMC,
HMC/NUTS). (#437)
* Standardize input validation errors in `ppc_km_overlay()` and interpolation helpers to use `rlang::abort()` for consistent error handling.
* Fix assignment-in-call bug in `mcmc_rank_ecdf()` (#).
* Replaced deprecated `dplyr` and `tidyselect` functions (`top_n`, `one_of`, `group_indices`) with their modern equivalents to ensure future compatibility. (#431)
Expand Down
11 changes: 10 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ navbar:
title: "bayesplot"

structure:
left: [home, vignettes, functions, news, pkgs, stan]
left: [home, gallery, vignettes, functions, news, pkgs, stan]
right: [search, bluesky, forum, github, lightswitch]

components:
gallery:
text: Gallery
href: articles/example-gallery.html
pkgs:
text: Other Packages
menu:
Expand All @@ -37,6 +40,12 @@ navbar:
href: https://mc-stan.org/shinystan

articles:
- title: "Example Gallery"
desc: >
A visual overview of all plotting functions available in **bayesplot**,
organized by category with thumbnail example plots.
contents:
- example-gallery
- title: "Getting Started"
desc: >
These vignettes provide an introduction to visualizing MCMC draws and
Expand Down
Loading
Loading