Package: OmopSketch
Title: Characterise Tables of an OMOP Common Data Model Instance
Version: 0.1.0
Authors@R: c(
    person( 
        "Marta", "Alcalde-Herraiz", 
        email = "marta.alcaldeherraiz@ndorms.ox.ac.uk", role = c("aut", "cre"), 
        comment = c(ORCID = "0009-0002-4405-1814")
    ),
    person(
        "Kim", "Lopez-Guell", email = "kim.lopez@spc.ox.ac.uk", role = c("aut"),
        comment = c(ORCID = "0000-0002-8462-8668")
    ),
    person(
        "Elin", "Rowlands", email = "elin.rowlands@ndorms.ox.ac.uk", 
        role = c("aut"), comment = c(ORCID = "0009-0005-5166-0417")
    ),
    person(
        "Edward", "Burn", email = "edward.burn@ndorms.ox.ac.uk", 
        role = c("aut"), comment = c(ORCID = "0000-0002-9286-1128")
    ),
    person(
        "Martí", "Català", email = "marti.catalasabate@ndorms.ox.ac.uk", 
        role = c("aut"), comment = c(ORCID = "0000-0003-3308-9905")
    ))
Maintainer: Marta Alcalde-Herraiz <marta.alcaldeherraiz@ndorms.ox.ac.uk>
Description: Summarises key information in data mapped to the Observational 
    Medical Outcomes Partnership (OMOP) common data model. Assess suitability to 
    perform specific epidemiological studies and explore the different domains
    to obtain feasibility counts and trends.
License: Apache License (>= 2)
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: CodelistGenerator, DBI, duckdb, flextable, gt, here, knitr,
        odbc, remotes, rmarkdown, RPostgres, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
Config/testthat/parallel: true
Imports: CDMConnector (>= 1.3.0), cli, clock, CohortCharacteristics,
        CohortConstructor, dplyr, ggplot2, omock (>= 0.3.0),
        omopgenerics (>= 0.3.1), PatientProfiles, purrr, rlang,
        stringr, tibble, tidyr, visOmopResults (>= 0.4.0)
Depends: R (>= 2.10)
URL: https://OHDSI.github.io/OmopSketch/
BugReports: https://github.com/OHDSI/OmopSketch/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-09-25 17:07:53 UTC; martaa
Author: Marta Alcalde-Herraiz [aut, cre]
    (<https://orcid.org/0009-0002-4405-1814>),
  Kim Lopez-Guell [aut] (<https://orcid.org/0000-0002-8462-8668>),
  Elin Rowlands [aut] (<https://orcid.org/0009-0005-5166-0417>),
  Edward Burn [aut] (<https://orcid.org/0000-0002-9286-1128>),
  Martí Català [aut] (<https://orcid.org/0000-0003-3308-9905>)
Repository: CRAN
Date/Publication: 2024-09-26 11:20:10 UTC
