Package: IncidencePrevalence
Title: Estimate Incidence and Prevalence using the OMOP Common Data
        Model
Version: 0.2.0
Authors@R: c(
    person("Edward", "Burn", email = "edward.burn@ndorms.ox.ac.uk", 
    role = c("aut", "cre"), 
    comment = c(ORCID = "0000-0002-9286-1128")), 
    person("Berta", "Raventos", email = "braventos@idiapjgol.info", 
    role = c("aut"), 
    comment = c(ORCID = "0000-0002-4668-2970")), 
    person("Marti", "Catala", email = "marti.catalasabate@ndorms.ox.ac.uk", 
    role = c("aut"), 
    comment = c(ORCID = "0000-0003-3308-9905")),
    person("Mike", "Du", email = "mike.du@ndorms.ox.ac.uk", role = c("ctb"), 
    comment = c(ORCID = "0000-0002-9517-8834")),
    person("Yuchen", "Guo", email = "yuchen.guo@ndorms.ox.ac.uk", role = c("ctb"), 
           comment = c(ORCID = "0000-0002-0847-4855")),
    person("Adam", "Black", email = "black@ohdsi.org", role = c("ctb"),
    comment = c(ORCID = "0000-0001-5576-8701")),
    person("Ger", "Inberg", email = "g.inberg@erasmusmc.nl", role = c("ctb"),
    comment = c(ORCID = "0000-0001-8993-8748")),
    person("Kim", "Lopez", email = "kim.lopez@spc.ox.ac.uk", role = c("ctb"),
    comment = c(ORCID = "0000-0002-8462-8668"))
    )
Description: Calculate incidence and prevalence using data mapped to the Observational Medical Outcomes Partnership (OMOP) common data model. Incidence and prevalence can be estimated for the total population in a database or for a stratification cohort.
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 4.0)
Imports: CDMConnector (>= 0.5.0), checkmate (>= 2.0.0), cli (>= 3.0.0),
        DBI (>= 1.0.0), dbplyr (>= 2.0.0), dplyr (>= 1.1.0), glue (>=
        1.5.0), lubridate (>= 1.0.0), magrittr (>= 2.0.0), purrr (>=
        0.3.5), rlang (>= 1.0.0), stringr (>= 1.5.0), tidyr (>= 1.2.0),
        tidyselect (>= 1.2.0), zip (>= 2.2.0)
Suggests: knitr, rmarkdown, RPostgres, tibble, ggplot2, scales, duckdb,
        odbc, here, Hmisc, epitools, tictoc, testthat (>= 0.3.1),
        spelling
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-US
License: Apache License (>= 2)
URL: https://darwin-eu.github.io/IncidencePrevalence/
NeedsCompilation: no
Packaged: 2023-03-26 20:08:29 UTC; eburn
Author: Edward Burn [aut, cre] (<https://orcid.org/0000-0002-9286-1128>),
  Berta Raventos [aut] (<https://orcid.org/0000-0002-4668-2970>),
  Marti Catala [aut] (<https://orcid.org/0000-0003-3308-9905>),
  Mike Du [ctb] (<https://orcid.org/0000-0002-9517-8834>),
  Yuchen Guo [ctb] (<https://orcid.org/0000-0002-0847-4855>),
  Adam Black [ctb] (<https://orcid.org/0000-0001-5576-8701>),
  Ger Inberg [ctb] (<https://orcid.org/0000-0001-8993-8748>),
  Kim Lopez [ctb] (<https://orcid.org/0000-0002-8462-8668>)
Maintainer: Edward Burn <edward.burn@ndorms.ox.ac.uk>
Repository: CRAN
Date/Publication: 2023-03-27 12:20:06 UTC
