Package: extras
Title: Helper Functions for Bayesian Analyses
Version: 0.2.0
Authors@R: 
    c(person(given = "Joe",
             family = "Thorley",
             role = c("aut", "cre"),
             email = "joe@poissonconsulting.ca",
             comment = c(ORCID = "0000-0002-7683-4592")),
      person(given = "Kirill",
             family = "Müller",
             role = "ctb",
             comment = c(ORCID = "0000-0002-1416-3412")),
      person(given = "Nadine",
             family = "Hussein",
             role = "ctb",
             comment = c(ORCID = "0000-0003-4470-8361")),
      person(given = "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 'BUGS'
    (Bayesian Using Gibbs Sampling) and 'JAGS' (Just Another Gibbs
    Sampler) 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 (>= 3.4)
Imports: chk, lifecycle, stats
Suggests: covr, hms, knitr, rlang, testthat, tibble
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-08-04 18:50:08 UTC; joe
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>),
  Kirill Müller [ctb] (<https://orcid.org/0000-0002-1416-3412>),
  Nadine Hussein [ctb] (<https://orcid.org/0000-0003-4470-8361>),
  Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2021-08-05 04:20:31 UTC
Built: R 4.0.2; ; 2021-08-05 10:23:55 UTC; unix
