Type: Package
Package: EpiNow2
Title: Estimate Real-Time Case Counts and Time-Varying
    Epidemiological Parameters
Version: 1.3.3
Authors@R: 
    c(person(given = "Sam",
             family = "Abbott",
             role = c("aut", "cre"),
             email = "sam.abbott@lshtm.ac.uk",
             comment = c(ORCID = "0000-0001-8057-8037")),
      person(given = "Joel",
             family = "Hellewell",
             role = "aut",
             email = "joel.hellewell@lshtm.ac.uk",
             comment = c(ORCID = "0000-0003-2683-0849")),
      person(given = "Katharine",
             family = "Sherratt",
             role = "aut",
             email = "katharine.sherratt@lshtm.ac.uk"),
      person(given = "Katelyn",
             family = "Gostic",
             role = "aut",
             email = "kgostic@uchicago.edu"),
      person(given = "Joe",
             family = "Hickson",
             role = "aut",
             email = "joseph.hickson@metoffice.gov.uk"),
      person(given = "Hamada S.",
             family = "Badr",
             role = "aut",
             email = "badr@jhu.edu",
             comment = c(ORCID = "0000-0002-9808-2344")),
      person(given = "Michael",
             family = "DeWitt",
             role = "aut",
             email = "me.dewitt.jr@gmail.com",
             comment = c(ORCID = "0000-0001-8940-1967")),
      person(given = "Robin",
             family = "Thompson",
             role = "ctb",
             email = "robin.thompson@lshtm.ac.uk"),
      person(given = "Sophie",
             family = "Meakin",
             role = "ctb",
             email = "sophie.meaking@lshtm.ac.uk"),
      person(given = "James",
             family = "Munday",
             role = "ctb",
             email = "james.munday@lshtm.ac.uk"),
      person(given = "Nikos",
             family = "Bosse",
             role = "ctb"),
      person(given = "Paul",
             family = "Mee",
             role = "ctb",
             email = "paul.mee@lshtm.ac.uk"),
      person(given = "Peter",
             family = "Ellis",
             role = "ctb",
             email = "peter.ellis2013nz@gmail.com"),
      person(given = "Pietro",
             family = "Monticone",
             role = "ctb",
             email = "pietro.monticone@edu.unito.it"),
      person(given = "Lloyd",
             family = "Chapman",
             role = "ctb",
             email = "lloyd.chapman1@lshtm.ac.uk "),
      person(given = "EpiForecasts",
             role = "aut"),
      person(given = "Sebastian",
             family = "Funk",
             role = "aut",
             email = "sebastian.funk@lshtm.ac.uk"))
Description: Estimates the time-varying reproduction number,
    rate of spread, and doubling time using a range of open-source tools
    (Abbott et al. (2020) <doi:10.12688/wellcomeopenres.16006.1>), and
    current best practices (Gostic et al. (2020)
    <doi:10.1101/2020.06.18.20134858>).  It aims to help users avoid some
    of the limitations of naive implementations in a framework that is
    informed by community feedback and is actively supported.
License: MIT + file LICENSE
URL: https://epiforecasts.io/EpiNow2/,
    https://epiforecasts.io/EpiNow2/dev/,
    https://github.com/epiforecasts/EpiNow2
BugReports: https://github.com/epiforecasts/EpiNow2/issues
Depends: 
    R (>= 3.5.0)
Imports:
    data.table,
    futile.logger (>= 1.4),
    future,
    future.apply,
    ggplot2,
    lifecycle,
    lubridate,
    methods,
    patchwork,
    progressr,
    purrr,
    R.utils (>= 2.0.0),
    Rcpp (>= 0.12.0),
    RcppParallel (>= 5.0.1),
    rlang (>= 0.4.7),
    rstan (>= 2.21.1),
    rstantools (>= 2.2.0),
    runner,
    scales,
    stats,
    truncnorm,
    utils
Suggests:
    covr,
    dplyr,
    here,
    kableExtra,
    knitr,
    magrittr,
    precommit,
    rmarkdown,
    spelling,
    styler,
    testthat,
    tidyr,
    withr
LinkingTo: 
    BH (>= 1.66.0),
    Rcpp (>= 0.12.0),
    RcppEigen (>= 0.3.3.3.0),
    RcppParallel (>= 5.0.1),
    rstan (>= 2.21.1),
    StanHeaders (>= 2.21.0-5)
Biarch: true
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
SystemRequirements: GNU make
VignetteBuilder: knitr
