Package: mcmcderive
Title: Derive MCMC Parameters
Version: 0.1.0
Authors@R: c(
    person("Joe", "Thorley", , "joe@poissonconsulting.ca", c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")),
    person("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: chk, abind, universals, extras, term, nlist, mcmcr (>= 0.3.0),
        purrr
Suggests: covr, coda, plyr, doParallel, testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9000
Language: en-US
NeedsCompilation: no
Packaged: 2020-07-16 21:20:44 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: 2020-07-16 21:30:02 UTC
Built: R 3.6.3; ; 2020-08-05 06:13:18 UTC; windows
