Package: OmopConstructor
Title: Build Tables in the OMOP Common Data Model
Version: 0.1.0
Authors@R: c(
    person(
        "Martí", "Català", email = "marti.catalasabate@ndorms.ox.ac.uk", 
        role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3308-9905")
    ),
     person(
        "Elin", "Rowlands", email = "elin.rowlands@ndorms.ox.ac.uk", 
        role = c("ctb"), comment = c(ORCID = "0009-0005-5166-0417")
    ),
    person(
        "Cecilia", "Campanile", email = "cecilia.campanile@ndorms.ox.ac.uk", 
        role = c("ctb"), comment = c(ORCID = "0009-0007-6629-4661")
    ))
Description: Provides functionality to construct standardised tables from health
    care data formatted according to the Observational Medical Outcomes 
    Partnership (OMOP) Common Data Model. The package includes tools to build 
    key tables such as observation period and drug era, among others.
License: Apache License (>= 2)
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: cli, clock, dplyr, glue, omopgenerics, PatientProfiles, purrr,
        rlang, tidyr
Depends: R (>= 4.1)
Suggests: bookdown, CDMConnector, duckdb, ggplot2, gt, knitr, odbc,
        omock, OmopSketch, rmarkdown, RPostgres, stringr, testthat (>=
        3.0.0), visOmopResults
Config/testthat/edition: 3
URL: https://ohdsi.github.io/OmopConstructor/
BugReports: https://github.com/ohdsi/OmopConstructor/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-09-22 19:23:49 UTC; martics
Author: Martí Català [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-3308-9905>),
  Elin Rowlands [ctb] (ORCID: <https://orcid.org/0009-0005-5166-0417>),
  Cecilia Campanile [ctb] (ORCID:
    <https://orcid.org/0009-0007-6629-4661>)
Maintainer: Martí Català <marti.catalasabate@ndorms.ox.ac.uk>
Repository: CRAN
Date/Publication: 2025-09-30 07:20:28 UTC
Built: R 4.4.3; ; 2025-11-12 05:16:33 UTC; windows
