Package: mcmcderive
Title: Derive MCMC Parameters
Version: 0.1.2
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 = "Poisson Consulting",
             role = c("cph", "fnd")))
Description: Generates derived parameter(s) from Monte Carlo Markov Chain
    (MCMC) samples using R code. This allows Bayesian models to be fitted
    without the inclusion of derived parameters which add unnecessary
    clutter and slow model fitting. For more information on MCMC samples
    see Brooks et al. (2011) <isbn:978-1-4200-7941-8>.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/mcmcderive
BugReports: https://github.com/poissonconsulting/mcmcderive/issues
Depends: R (>= 3.5)
Imports: abind, chk, extras, mcmcr, nlist, purrr, universals
Suggests: coda, covr, doParallel, plyr, testthat
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-08-05 22:06:37 UTC; joe
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>),
  Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2021-08-06 04:10:07 UTC
Built: R 4.2.0; ; 2022-03-22 22:01:19 UTC; unix
