Package: aeddo Title: Automated and Early Detection of Disease Outbreaks Version: 0.1.1.9000 Authors@R: c( person("Kasper", "Schou Telkamp", ,"kasper.telkamp@gmail.com", role = c("aut"), comment = c(ORCID = "0009-0001-5126-0190")), person("Lasse Engbo", "Christiansen", , "lsec@ssi.dk", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5019-1931")), person("Statens Serum Institut, SSI", role = c("cph", "fnd")) ) Description: A powerful tool for automating the early detection of disease outbreaks in time series data. 'aeddo' employs advanced statistical methods, including hierarchical models, in an innovative manner to effectively characterize outbreak signals. It is particularly useful for epidemiologists, public health professionals, and researchers seeking to identify and respond to disease outbreaks in a timely fashion. For a detailed reference on hierarchical models, consult Henrik Madsen and Poul Thyregod's book (2011), ISBN: 9781420091557. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Suggests: knitr, MASS, rmarkdown, testthat (>= 3.0.0), zoo Config/testthat/edition: 3 Imports: ggplot2, checkmate, dplyr, lifecycle, magrittr, purrr, tibble, tidyr, utils, rlang URL: https://ssi-dk.github.io/aeddo/, https://github.com/ssi-dk/aeddo VignetteBuilder: knitr BugReports: https://github.com/ssi-dk/aeddo/issues Config/pak/sysreqs: libicu-dev Repository: https://ssi-dk.r-universe.dev Date/Publication: 2023-11-29 13:35:50 UTC RemoteUrl: https://github.com/ssi-dk/aeddo RemoteRef: HEAD RemoteSha: 541242c449bbffdb320ccbe9fbbbfc805d230122 NeedsCompilation: no Packaged: 2026-07-03 14:49:57 UTC; root Author: Kasper Schou Telkamp [aut] (ORCID: ), Lasse Engbo Christiansen [aut, cre] (ORCID: ), Statens Serum Institut, SSI [cph, fnd] Maintainer: Lasse Engbo Christiansen