Type: Package Package: ringbp Title: Simulate and Evaluate Targeted Interventions in Infectious Disease Outbreaks Version: 1.0.0 Authors@R: c( person("Joel", "Hellewell", , "Joel.Hellewell@lshtm.ac.uk", role = "aut", comment = c(ORCID = "0000-0003-2683-0849")), person("Sam", "Abbott", , "contact@samabbott.co.uk", role = "aut", comment = c(ORCID = "0000-0001-8057-8037")), person("Amy", "Gimma", , "amy.gimma@lshtm.ac.uk", role = "aut"), person("Tim", "Lucas", , "tim.lucas@leicester.ac.uk", role = "aut"), person("Sebastian", "Funk", , "sebastian.funk@lshtm.ac.uk", role = "aut"), person("Adam", "Kucharski", , "adam.kucharski@lshtm.ac.uk", role = "aut"), person("Hugo", "Gruson", , "hugo.gruson@data.org", role = "ctb", comment = c(ORCID = "https://orcid.org/0000-0002-4094-1476")), person("Carl A. B.", "Pearson", , "carl.ab.pearson@gmail.com", role = c("aut", "rev"), comment = c(ORCID = "0000-0003-0701-7860")), person("Joshua W.", "Lambert", , "joshua.lambert@lshtm.ac.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5218-3046")) ) Description: Branching process simulation model of infectious disease transmission with flexible parameterisation of epidemiology and targeted interventions, including isolation, contact tracing and quarantine, to reduce transmission, together with functions to evaluate outbreak control. Introduced in Hellewell et al. (2020) . License: MIT + file LICENSE URL: https://epiforecasts.io/ringbp/, https://github.com/epiforecasts/ringbp BugReports: https://github.com/epiforecasts/ringbp/issues Depends: R (>= 4.4.0) Imports: checkmate, data.table, sn Suggests: future, future.apply, knitr, rmarkdown, roxyglobals (>= 1.0.0), spelling, testthat (>= 3.0.0), tinyplot VignetteBuilder: knitr Config/roxyglobals/filename: globals.R Config/roxyglobals/unique: FALSE Config/testthat/edition: 3 Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", "roxyglobals::global_roclet")) RoxygenNote: 7.3.3 Repository: https://epiforecasts.r-universe.dev Date/Publication: 2026-06-15 14:31:28 UTC RemoteUrl: https://github.com/epiforecasts/ringbp RemoteRef: v1.0.0 RemoteSha: 24522892f7240324d1b4996954945390897e0604 NeedsCompilation: no Packaged: 2026-06-15 16:05:49 UTC; root Author: Joel Hellewell [aut] (ORCID: ), Sam Abbott [aut] (ORCID: ), Amy Gimma [aut], Tim Lucas [aut], Sebastian Funk [aut], Adam Kucharski [aut], Hugo Gruson [ctb] (ORCID: ), Carl A. B. Pearson [aut, rev] (ORCID: ), Joshua W. Lambert [aut, cre] (ORCID: ) Maintainer: Joshua W. Lambert