Skip to content

Commit

Permalink
bump to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Nov 16, 2022
1 parent 97394ac commit 6a26868
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: bayesplot
Type: Package
Title: Plotting for Bayesian Models
Version: 1.10.0
Version: 1.10.0.9000
Date: 2022-11-16
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "[email protected]"),
person("Tristan", "Mahr", role = "aut"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- See http://style.tidyverse.org/news.html for advice on writing news -->

# bayesplot 1.10.0.9000

* Items for next release here

# bayesplot 1.10.0

* New function `mcmc_rank_ecdf()` for rank ecdf plots with confidence bands for
Expand Down
2 changes: 1 addition & 1 deletion R/mcmc-traces.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
#' color_scheme_set("purple")
#' p <- mcmc_trace(
#' x,
#' regex_pars = "beta\\\[[1,3]\\\]",
#' regex_pars = "beta\\[[1,3]\\]",
#' facet_args = list(labeller = ggplot2::label_parsed)
#' )
#' p + facet_text(size = 15)
Expand Down
2 changes: 1 addition & 1 deletion man/MCMC-traces.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a26868

Please sign in to comment.