Package: simpleMH Title: Simple Metropolis-Hastings MCMC Algorithm Version: 0.1.1.9000 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1.9001 VignetteBuilder: knitr URL: https://github.com/Bisaloo/simpleMH BugReports: https://github.com/Bisaloo/simpleMH/issues Repository: https://bisaloo.r-universe.dev Date/Publication: 2025-07-29 12:10:50 UTC RemoteUrl: https://codeberg.org/Bisaloo/simpleMH RemoteRef: HEAD RemoteSha: a3e01d007599f914be5de992f341bad6db037ba4 NeedsCompilation: no Packaged: 2026-07-05 04:45:25 UTC; root Author: Hugo Gruson [aut, cre, cph] (ORCID: ) Maintainer: Hugo Gruson