Package: simpleMH
Title: Simple Metropolis-Hastings MCMC Algorithm
Version: 0.1.1
Authors@R: 
    person(given = "Hugo",
           family = "Gruson",
           role = c("aut", "cre", "cph"),
           email = "hugo.gruson+R@normalesup.org",
           comment = c(ORCID = "0000-0002-4094-1476"))
Description: A very bare-bones interface to use the Metropolis-Hastings Monte 
    Carlo Markov Chain algorithm. It is suitable for teaching and testing 
    purposes. 
Imports: mvtnorm
Suggests: coda, mockery, testthat (>= 3.0.0), knitr, rmarkdown
License: GPL-3
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.1.1.9001
VignetteBuilder: knitr
URL: https://github.com/Bisaloo/simpleMH
BugReports: https://github.com/Bisaloo/simpleMH/issues
NeedsCompilation: no
Packaged: 2024-02-06 18:00:49 UTC; hugo
Author: Hugo Gruson [aut, cre, cph] (<https://orcid.org/0000-0002-4094-1476>)
Maintainer: Hugo Gruson <hugo.gruson+R@normalesup.org>
Repository: CRAN
Date/Publication: 2024-02-06 18:20:02 UTC
Built: R 4.2.3; ; 2024-02-06 19:47:22 UTC; unix
