Package: fmcmc
Title: A friendly MCMC framework
Version: 0.2-0
Authors@R: c(person("George", "Vega Yon", email = "g.vegayon@gmail.com", role =
         c("aut", "cre"), comment = c(ORCID = "0000-0002-3171-0844")),
         person("Paul", "Marjoram", email = "pmarjora@usc.edu", role = c("ctb",
         "ths"), comment = c(ORCID = "0000-0003-0824-7449")), person("National
         Cancer Institute (NCI)", role = "fnd", comment = "Grant Number
         5P01CA196569-02"), person("Fabian", "Scheipl", role = "rev", comment =
         c(what = "JOSS reviewer", ORCID="0000-0001-8172-3603")) )
Description: Provides a friendly (flexible) Markov Chain Monte Carlo (MCMC)
         framework for implementing Metropolis-Hastings algorithm in a modular way
         allowing users to specify automatic convergence checker, personalized
         transition kernels, and out-of-the-box multiple MCMC chains using
         parallel computing. Most of the methods implemented in this package can
         be found in Brooks et al. (2011, ISBN 9781420079425).
Depends: R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
URL: https://github.com/USCbiostats/fmcmc
BugReports: https://github.com/USCbiostats/fmcmc/issues
Suggests: covr, mvtnorm, knitr, rmarkdown, mcmc, tinytest
Imports: parallel, coda, stats, methods
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-08-26 18:04:18 UTC; vegayon
Author: George Vega Yon [aut, cre] (<https://orcid.org/0000-0002-3171-0844>),
  Paul Marjoram [ctb, ths] (<https://orcid.org/0000-0003-0824-7449>),
  National Cancer Institute (NCI) [fnd] (Grant Number 5P01CA196569-02),
  Fabian Scheipl [rev] (JOSS reviewer,
    <https://orcid.org/0000-0001-8172-3603>)
Maintainer: George Vega Yon <g.vegayon@gmail.com>
Repository: CRAN
Date/Publication: 2019-08-27 08:50:05 UTC
