Package: superspreading Title: Understand Individual-Level Variation in Infectious Disease Transmission Version: 0.4.0.9000 Authors@R: c( person("Joshua W.", "Lambert", , "joshua.lambert@lshtm.ac.uk", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-5218-3046")), person("Adam", "Kucharski", , "adam.kucharski@lshtm.ac.uk", role = c("aut", "cph"), comment = c(ORCID = "0000-0001-8814-9421")), person("Dillon C.", "Adam", , "dcadam@hku.hk", role = "aut", comment = c(ORCID = "0000-0002-7485-9905")), person("Sebastian", "Funk", , "sebastian.funk@lshtm.ac.uk", role = c("ctb", "cph"), comment = c(ORCID = "0000-0002-2842-3406", ".chain_sim uses code from bpmodels::chain_sim")), person("Pratik", "Gupte", , "pratik.gupte@lshtm.ac.uk", role = "rev", comment = c(ORCID = "0000-0001-5294-7819")), person("Hugo", "Gruson", , "hugo@data.org", role = "rev", comment = c(ORCID = "0000-0002-4094-1476")), person("James M.", "Azam", , "james.azam@lshtm.ac.uk", role = c("rev", "ctb"), comment = c(ORCID = "0000-0001-5782-7330")), person("Chris", "Hartgerink", , "chris@data.org", role = "rev", comment = c(ORCID = "0000-0003-1050-6809")), person("London School of Hygiene and Tropical Medicine, LSHTM", role = "cph", comment = c(ROR = "00a0jsq62")) ) Description: Estimate and understand individual-level variation in transmission. Implements density and cumulative compound Poisson discrete distribution functions (Kremer et al. (2021) ), as well as functions to calculate infectious disease outbreak statistics given epidemiological parameters on individual-level transmission; including the probability of an outbreak becoming an epidemic/extinct (Kucharski et al. (2020) ), or the cluster size statistics, e.g. what proportion of cases cause X\% of transmission (Lloyd-Smith et al. (2005) ). License: MIT + file LICENSE URL: https://github.com/epiverse-trace/superspreading, https://epiverse-trace.github.io/superspreading/ BugReports: https://github.com/epiverse-trace/superspreading/issues Imports: checkmate, rlang, stats Suggests: dplyr, epiparameter (>= 0.4.0), fitdistrplus, ggplot2, ggtext, knitr, purrr, rmarkdown, scales, spelling, testthat (>= 3.0.0) VignetteBuilder: knitr Config/Needs/website: epiverse-trace/epiversetheme Config/testthat/edition: 3 Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://epiverse-trace.r-universe.dev Date/Publication: 2026-04-13 09:08:26 UTC RemoteUrl: https://github.com/epiverse-trace/superspreading RemoteRef: HEAD RemoteSha: e76d7b4101a3dd0f28909f42031f6563d39b8167 NeedsCompilation: no Packaged: 2026-06-12 07:10:30 UTC; root Author: Joshua W. Lambert [aut, cre, cph] (ORCID: ), Adam Kucharski [aut, cph] (ORCID: ), Dillon C. Adam [aut] (ORCID: ), Sebastian Funk [ctb, cph] (ORCID: , .chain_sim uses code from bpmodels::chain_sim), Pratik Gupte [rev] (ORCID: ), Hugo Gruson [rev] (ORCID: ), James M. Azam [rev, ctb] (ORCID: ), Chris Hartgerink [rev] (ORCID: ), London School of Hygiene and Tropical Medicine, LSHTM [cph] (ROR: ) Maintainer: Joshua W. Lambert