Package: compareMCMCs Type: Package Title: Compare MCMC Efficiency from 'nimble' and/or Other MCMC Engines Version: 0.6.0 Maintainer: Perry de Valpine Authors@R: c( person("Perry", "de Valpine", , "pdevalpine@berkeley.edu", role = c("aut", "cre")), person("Sally", "Paganin", role = "aut"), person("Daniel", "Turek", role = "aut"), person("Christopher", "Paciorek", role = "aut") ) Description: Manages comparison of MCMC performance metrics from multiple MCMC algorithms. These may come from different MCMC configurations using the 'nimble' package or from other packages. Plug-ins for JAGS via 'rjags' and Stan via 'rstan' are provided. It is possible to write plug-ins for other packages. Performance metrics are held in an MCMCresult class along with samples and timing data. It is easy to apply new performance metrics. Reports are generated as html pages with figures comparing sets of runs. It is possible to configure the html pages, including providing new figure components. License: BSD_3_clause + file LICENSE | GPL (>= 2) Encoding: UTF-8 Depends: R (>= 4.1.0), nimble Imports: R6, ggplot2, grid, reshape2, xtable, coda, dplyr, rlang Suggests: testthat (>= 3.0.0), knitr, rmarkdown, rjags, rstan URL: https://github.com/nimble-dev/compareMCMCs BugReports: https://github.com/nimble-dev/compareMCMCs/issues RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev Repository: https://nimble-dev.r-universe.dev Date/Publication: 2024-10-02 15:38:01 UTC RemoteUrl: https://github.com/nimble-dev/comparemcmcs RemoteRef: HEAD RemoteSha: 47eef9c0c44b41716b56d30f422aaf0cbe79a4ee RemoteSubdir: compareMCMCs NeedsCompilation: no Packaged: 2026-06-18 08:02:20 UTC; root Author: Perry de Valpine [aut, cre], Sally Paganin [aut], Daniel Turek [aut], Christopher Paciorek [aut]