Package: extras
Title: Helper Functions for Bayesian Analyses
Version: 0.1.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 = "Poisson Consulting",
             role = c("cph", "fnd")))
Description: Functions to 'numericise' 'R' objects (coerce to numeric objects)
    and summarise 'MCMC' (Monte Carlo Markov Chain) samples
    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.3)
Imports: chk, stats
Suggests: covr, hms, knitr, testthat, tibble
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-09-25 21:53:45 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>),
  Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2020-09-26 04:30:08 UTC
