Package: SBC Title: Simulation Based Calibration for Bayesian models Version: 0.5.0.0 Authors@R: c( person(given = "Martin", family = "Modrák", role = c("aut"), email = "martin.modrak@biomed.cas.cz", comment = c(ORCID= "0000-0002-8886-7797")), person(given = "Shinyoung", family = "Kim", role = c("aut"), email = "tttllshin@gmail.com", comment = c()), person(given = "Angie.H", family = "Moon", role = c("aut", "cre"), email = "amoon@mit.edu", comment = c()), person(given = "Teemu", family = "Säilynoja", role = "aut"), person(given = "Luna", family = "Fazio", role = "ctb"), person(given = "Timo", family = "Stenz", role = "ctb") ) Description: SBC helps perform Simulation Based Calibration on Bayesian models. SBC lets you check for bugs in your model code and/or algorithm that fits the model. SBC focuses on models built with 'Stan' , but can support other modelling languages as well. License: MIT + file LICENSE URL: https://hyunjimoon.github.io/SBC/, https://github.com/hyunjimoon/SBC/ BugReports: https://github.com/hyunjimoon/SBC/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: R6, posterior (>= 1.0.0), ggplot2, stats, stringi, abind, future.apply, dplyr, tidyr, tidyselect, purrr, memoise Suggests: testthat, cmdstanr (>= 0.4.0), rstan, knitr, rmarkdown, brms, MCMCpack, medicaldata, formula.tools, MASS, mvtnorm, patchwork, bridgesampling, bayesplot, reliabilitydiag, progressr VignetteBuilder: knitr Language: en-US Config/pak/sysreqs: libicu-dev Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2026-03-10 12:13:35 UTC RemoteUrl: https://github.com/hyunjimoon/SBC RemoteRef: v0.5.0 RemoteSha: e40a320c335460851618f7019baf79d39bbedf29 NeedsCompilation: no Packaged: 2026-06-20 07:17:15 UTC; root Author: Martin Modrák [aut] (ORCID: ), Shinyoung Kim [aut], Angie.H Moon [aut, cre], Teemu Säilynoja [aut], Luna Fazio [ctb], Timo Stenz [ctb] Maintainer: Angie.H Moon Depends: R (>= 4.1.0)