Package: epidist Title: Estimate Epidemiological Delay Distributions With brms Version: 0.4.0 Authors@R: c(person(given = "Adam Howes", role = c("aut"), email = "adamthowes@gmail.com", comment = c(ORCID = "0000-0003-2386-4031")), person(given = "Sang Woo", family = "Park", role = c("aut"), email = "swp2@princeton.edu", comment = c(ORCID = "0000-0003-2202-3361")), person(given = "Sam Abbott", role = c("aut", "cre"), email = "contact@samabbott.co.uk", comment = c(ORCID = "0000-0001-8057-8037")), person(given = "Sebastian", family = "Funk", role = c("ctb"), email = "sebastian.funk@lshtm.ac.uk", comment = c(ORCID = "0000-0002-2842-3406"))) Description: Understanding and accurately estimating epidemiological delay distributions is important for public health policy. These estimates influence epidemic situational awareness, control strategies, and resource allocation. This package provides methods to address the key challenges in estimating these distributions, including truncation, interval censoring, and dynamical biases. These issues are frequently overlooked, resulting in biased conclusions. Built on top of 'brms', it allows for flexible modelling including time-varying spatial components and partially pooled estimates of demographic characteristics. License: MIT + file LICENSE URL: https://epidist.epinowcast.org/, https://github.com/epinowcast/epidist/ BugReports: https://github.com/epinowcast/epidist/issues/ Depends: R (>= 4.1.0) Imports: brms, checkmate, cli, dplyr, lubridate, primarycensored, purrr, rstan (>= 2.26.0), stats, tibble, tidyr Suggests: bayesplot, BH (>= 1.66.0), bookdown, cmdstanr, collapse, ggplot2, knitr, loo, marginaleffects, modelr, patchwork, pkgdown, posterior, priorsense, Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0), roxyglobals, spelling, testthat (>= 3.0.0), tidybayes, usethis Remotes: stan-dev/cmdstanr Config/Needs/website: r-lib/pkgdown, epinowcast/enwtheme Config/testthat/edition: 3 Config/roxyglobals/filename: globals.R Config/roxyglobals/unique: FALSE LazyData: true VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", "roxyglobals::global_roclet")) RoxygenNote: 7.3.2 Config/pak/sysreqs: make libicu-dev Repository: https://epinowcast.r-universe.dev Date/Publication: 2026-01-15 17:18:16 UTC RemoteUrl: https://github.com/epinowcast/epidist RemoteRef: v0.4.0 RemoteSha: be82d80d13114eef315109d05297b3af072a9fd2 NeedsCompilation: no Packaged: 2026-06-15 16:22:49 UTC; root Author: Adam Howes [aut] (ORCID: ), Sang Woo Park [aut] (ORCID: ), Sam Abbott [aut, cre] (ORCID: ), Sebastian Funk [ctb] (ORCID: ) Maintainer: Sam Abbott