Package: omopgenerics
Title: Methods and Classes for the OMOP Common Data Model
Version: 0.2.1
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(
        "Edward", "Burn", email = "edward.burn@ndorms.ox.ac.uk", role = c("aut"),
        comment = c(ORCID = "0000-0002-9286-1128")
    ),
    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(
        "Marta", "Alcalde-Herraiz", 
        email = "marta.alcaldeherraiz@ndorms.ox.ac.uk", role = c("ctb"), 
        comment = c(ORCID = "0009-0002-4405-1814")
    )
    )
Description: Provides definitions of core classes and methods used by analytic 
    pipelines that query the OMOP (Observational Medical Outcomes Partnership) 
    common data model.
License: Apache License (>= 2)
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: cli, dbplyr, dplyr, glue, methods, rlang, snakecase, stringr,
        tidyr
Depends: R (>= 4.1)
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0)
URL: https://darwin-eu-dev.github.io/omopgenerics/
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-05-16 15:42:48 UTC; martics
Author: Marti Catala [aut, cre] (<https://orcid.org/0000-0003-3308-9905>),
  Edward Burn [aut] (<https://orcid.org/0000-0002-9286-1128>),
  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>),
  Marta Alcalde-Herraiz [ctb] (<https://orcid.org/0009-0002-4405-1814>)
Maintainer: Marti Catala <marti.catalasabate@ndorms.ox.ac.uk>
Repository: CRAN
Date/Publication: 2024-05-16 22:40:02 UTC
Built: R 4.2.3; ; 2024-05-16 23:14:25 UTC; unix
