Package: mcmcderive
Title: Derive MCMC Parameters
Version: 0.1.1
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
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-02-11 02:55:29 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-02-11 07:00:08 UTC
Built: R 3.6.3; ; 2021-05-12 22:39:59 UTC; windows
