Skip to content

Beta Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jgabry jgabry released this 31 Oct 15:15
· 1247 commits to master since this release

To install this beta release of the bayespot package you will also need the preview version of the
upcoming ggplot2 update (not the CRAN version):

if (!require("devtools"))
  install.packages("devtools")

devtools::install_github("hadley/ggplot2")
devtools::install_github("stan-dev/bayesplot", build_vignettes = TRUE)