Package: extras Title: Helper Functions for Bayesian Analyses Version: 0.10.0 Authors@R: c( person("Nicole", "Hill", , "nicole@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7623-2153")), person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = "aut", comment = c(ORCID = "0000-0002-7683-4592")), person("Kirill", "Müller", role = "ctb", comment = c(ORCID = "0000-0002-1416-3412")), person("Nadine", "Hussein", role = "ctb", comment = c(ORCID = "0000-0003-4470-8361")), person("Stefano", "Mezzini", role = "aut", comment = c(ORCID = "0000-0001-8551-7436")), person("Poisson Consulting", role = c("cph", "fnd")) ) Description: Functions to 'numericise' 'R' objects (coerce to numeric objects), summarise 'MCMC' (Monte Carlo Markov Chain) samples and calculate deviance residuals as well as 'R' translations of some 'BUGS' (Bayesian Using Gibbs Sampling), 'JAGS' (Just Another Gibbs Sampler), 'STAN' and 'TMB' (Template Model Builder) functions. License: MIT + file LICENSE URL: https://poissonconsulting.github.io/extras/, https://github.com/poissonconsulting/extras BugReports: https://github.com/poissonconsulting/extras/issues Depends: R (>= 4.0.0) Imports: chk, lifecycle, stats Suggests: covr, extraDistr, ggplot2, hms, knitr, memoise, rlang, rmarkdown, scales, sn, testthat (>= 3.0.0), tibble, tidyr, viridis, withr VignetteBuilder: knitr Config/Needs/website: poissonconsulting/poissontemplate Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0.9000 Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2026-07-15 16:40:15 UTC RemoteUrl: https://github.com/poissonconsulting/extras RemoteRef: HEAD RemoteSha: 9c94eea1e68ed52c1c840c796462384dd169ce75 NeedsCompilation: no Packaged: 2026-07-18 08:38:44 UTC; root Author: Nicole Hill [aut, cre] (ORCID: ), Joe Thorley [aut] (ORCID: ), Kirill Müller [ctb] (ORCID: ), Nadine Hussein [ctb] (ORCID: ), Stefano Mezzini [aut] (ORCID: ), Poisson Consulting [cph, fnd] Maintainer: Nicole Hill