Package: genMCMCDiag
Title: Generalized Convergence Diagnostics for Difficult MCMC Algorithms
Version: 0.2.1
Authors@R: 
    person("Luke", "Duttweiler", email = "lduttweiler@hsph.harvard.edu", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-0467-995X"))
Description: Trace plots and convergence diagnostics for Markov Chain Monte Carlo (MCMC) algorithms on highly multivariate or unordered spaces. Methods outlined in a forthcoming paper.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/LukeDuttweiler/genMCMCDiag
BugReports: https://github.com/LukeDuttweiler/genMCMCDiag/issues
Depends: 
    R (>= 3.5.0)
LazyData: true
Imports:
    ggplot2 (>= 3.0.0),
    coda (>= 0.19.0),
    mcmcse (>= 1.0.0),
    knitr (>= 1.45),
    lifecycle
Suggests: 
    testthat (>= 3.0.0)
Config/testthat/edition: 3
