Package: overture
Type: Package
Title: Tools for Writing MCMC
Version: 0.4-0
Authors@R: person("Kurtis", "Shuler", role=c("aut", "cre"), 
    email="kurtis.s.1122+CRAN@gmail.com")
Description: Simplifies MCMC setup by automatically looping through sampling 
    functions and saving the results.  Reduces the memory footprint of running 
    MCMC and saves samples to disk as the chain runs.  Allows samples from the 
    chain to be analyzed while the MCMC is still running.  Provides functions 
    for commonly performed operations such as calculating Metropolis acceptance 
    ratios and creating adaptive Metropolis samplers.  References: Roberts and 
    Rosenthal (2009) <doi:10.1198/jcgs.2009.06134>.
License: LGPL-3
URL: https://github.com/kurtis-s/overture
BugReports: https://github.com/kurtis-s/overture/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Suggests: testthat, mockery, covr
Imports: bigmemory
NeedsCompilation: no
Packaged: 2019-08-10 04:39:48 UTC; kws
Author: Kurtis Shuler [aut, cre]
Maintainer: Kurtis Shuler <kurtis.s.1122+CRAN@gmail.com>
Repository: CRAN
Date/Publication: 2019-08-10 22:30:02 UTC
