Package: aedseo
Title: Automated and Early Detection of Seasonal Epidemic Onset
Version: 0.1.2
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 seasonal epidemic
             onsets in time series data. It offers the ability to estimate growth rates
             for consecutive time intervals and calculate the sum of cases (SoC) within 
             those intervals. It is particularly useful for epidemiologists, public 
             health professionals, and researchers seeking to identify and respond to 
             seasonal epidemics in a timely fashion.
             For reference on growth rate estimation, see Walling and Lipstich (2007) 
             <doi:10.1098/rspb.2006.3754> and Obadia et al. (2012) <doi:10.1186/1472-6947-12-147>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://github.com/ssi-dk/aedseo, https://ssi-dk.github.io/aedseo/
BugReports: https://github.com/ssi-dk/aedseo/issues
Suggests: ISOweek, kableExtra, knitr, rmarkdown, testthat (>= 3.0.0),
        tidyr
Config/testthat/edition: 3
Imports: base, dplyr, ggplot2, lifecycle, magrittr, purrr, rlang,
        stats, tibble
Config/Needs/website: rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-11-27 07:58:06 UTC; b280787
Author: Kasper Schou Telkamp [aut] (<https://orcid.org/0009-0001-5126-0190>),
  Lasse Engbo Christiansen [aut, cre]
    (<https://orcid.org/0000-0001-5019-1931>),
  Statens Serum Institut, SSI [cph, fnd]
Maintainer: Lasse Engbo Christiansen <lsec@ssi.dk>
Repository: CRAN
Date/Publication: 2023-11-27 10:10:05 UTC
Built: R 4.2.3; ; 2023-11-27 12:54:53 UTC; unix
