Package: mcstate Title: Monte Carlo Methods for State Space Models Version: 0.9.22 Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"), email = "rich.fitzjohn@gmail.com"), person("Marc", "Baguelin", role = "aut"), person("Edward", "Knock", role = "aut"), person("Lilith", "Whittles", role = "aut"), person("John", "Lees", role = "aut"), person("Raphael", "Sonabend", role = "aut"), person("Imperial College of Science, Technology and Medicine", role = "cph")) Description: Implements Monte Carlo methods for state-space models such as 'SIR' models in epidemiology. Particle MCMC (pmcmc) and SMC2 methods are planned. This package is particularly designed to work with odin/dust models, but we will see how general it becomes. License: MIT + file LICENSE Encoding: UTF-8 Language: en-GB URL: https://github.com/mrc-ide/mcstate BugReports: https://github.com/mrc-ide/mcstate/issues Imports: R6, callr (>= 3.7.0), dust (>= 0.13.12), processx, progress (>= 1.2.0) Suggests: brio, coda, decor, fs, knitr, mockery, mvtnorm, odin.dust (>= 0.3.0), rmarkdown, testthat, withr RoxygenNote: 7.3.1 Roxygen: list(markdown = TRUE) Remotes: mrc-ide/dust, mrc-ide/odin.dust VignetteBuilder: knitr Config/pak/sysreqs: cmake make libuv1-dev Repository: https://mrc-ide.r-universe.dev Date/Publication: 2024-07-01 13:22:09 UTC RemoteUrl: https://github.com/mrc-ide/mcstate RemoteRef: master RemoteSha: 3549d64ff9b0d3aac1f9eec435093fc51f9a32cc NeedsCompilation: no Packaged: 2026-06-12 09:26:04 UTC; root Author: Rich FitzJohn [aut, cre], Marc Baguelin [aut], Edward Knock [aut], Lilith Whittles [aut], John Lees [aut], Raphael Sonabend [aut], Imperial College of Science, Technology and Medicine [cph] Maintainer: Rich FitzJohn