Package: DrugUtilisation
Title: Summarise Patient-Level Drug Utilisation in Data Mapped to the
        OMOP Common Data Model
Version: 0.3.3
Authors@R: c(
    person(
        "Marti", "Catala", email = "marti.catalasabate@ndorms.ox.ac.uk", 
        role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3308-9905")
    ),
    person(
        "Mike", "Du", email = "mike.du@ndorms.ox.ac.uk", role = c("aut"), 
        comment = c(ORCID = "0000-0002-9517-8834")
    ),
    person(
        "Yuchen", "Guo", email = "yuchen.guo@ndorms.ox.ac.uk", role = c("aut"), 
        comment = c(ORCID = "0000-0002-0847-4855")
    ),
    person(
        "Kim", "Lopez-Guell", , "kim.lopez@spc.ox.ac.uk", role = c("aut"),
        comment = c(ORCID = "0000-0002-8462-8668")
    ),
    person(
        "Edward", "Burn", email = "edward.burn@ndorms.ox.ac.uk", 
        role = c("ctb"), comment = c(ORCID = "0000-0002-9286-1128")
    ), 
    person(
        "Xintong", "Li", email = "xintong.li@ndorms.ox.ac.uk", role = c("ctb"),
        comment = c(ORCID = "0000-0002-6872-5804")
    ))
Description: Summarise patient-level drug utilisation cohorts using data mapped 
    to the Observational Medical Outcomes Partnership (OMOP) common data model. 
    New users and prevalent users cohorts can be generated and their 
    characteristics, indication and drug use summarised.
License: Apache License (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: covr, testthat (>= 3.1.5), odbc, here, RPostgres, duckdb,
        CodelistGenerator, knitr, PaRe, rmarkdown, DT, magick,
        DiagrammeRsvg, ggplot2, cowplot, plotly
Config/testthat/edition: 3
Imports: CDMConnector (>= 1.0.0), checkmate, DBI, dbplyr, dplyr, glue,
        lubridate, tidyr, rlang, RJSONIO, cli, PatientProfiles (>=
        0.3.0), magrittr, purrr
Depends: R (>= 2.10)
LazyData: true
URL: https://darwin-eu-dev.github.io/DrugUtilisation/
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-09-25 21:22:26 UTC; martics
Author: Marti Catala [aut, cre] (<https://orcid.org/0000-0003-3308-9905>),
  Mike Du [aut] (<https://orcid.org/0000-0002-9517-8834>),
  Yuchen Guo [aut] (<https://orcid.org/0000-0002-0847-4855>),
  Kim Lopez-Guell [aut] (<https://orcid.org/0000-0002-8462-8668>),
  Edward Burn [ctb] (<https://orcid.org/0000-0002-9286-1128>),
  Xintong Li [ctb] (<https://orcid.org/0000-0002-6872-5804>)
Maintainer: Marti Catala <marti.catalasabate@ndorms.ox.ac.uk>
Repository: CRAN
Date/Publication: 2023-09-25 21:40:02 UTC
