# Testing SBC release candidate
It would help me a lot if you could try if you can install the package on your system and run some examples (or your own code using the package, if you have it) to avoid pushing a relase that breaks on some systems.
Docs for the release candidate: http://popelka.ms.mff.cuni.cz/~cerny/SBC-RC/
Installing the release candidate of the package:
```r
remotes::install_github("hyunjimoon/SBC", ref = "v0.1.0-RC1")
```
Running a minimalist example:
```r
library(SBC)
res <- SBC_example_results("normal_bad", interface = "rstan")
plot_rank_hist(res)
plot_ecdf_diff(res)
```
(you can also have `interface = "cmdstanr"`)
The result should look like the attached images.If you have extra time, cloning/downloading the repo from https://github.com/hyunjimoon/SBC/releases/tag/v0.1.0-RC1 and trying to run some of the vignettes (in the vignettes directory) would be even better.Any other feedback on the design of the API, docs, etc. is also welcome!


Report any bugs at the repository issues or via Slack to Martin ModrĂ¡k.