Package: OmopConstructor Title: Build Tables in the OMOP Common Data Model Version: 0.3.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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli, clock, dplyr, glue, omopgenerics, PatientProfiles, purrr, rlang Depends: R (>= 4.1) Suggests: bookdown, CDMConnector, duckdb, ggplot2, gt, knitr, odbc, omock, OmopSketch, rmarkdown, RPostgres, stringr, testthat (>= 3.0.0), tidyr, visOmopResults Config/testthat/edition: 3 URL: https://ohdsi.github.io/OmopConstructor/ BugReports: https://github.com/ohdsi/OmopConstructor/issues VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://ohdsi.r-universe.dev Date/Publication: 2026-05-06 17:21:45 UTC RemoteUrl: https://github.com/ohdsi/omopconstructor RemoteRef: HEAD RemoteSha: 369dec63de9b4c1338aa9c89605687012411c670 NeedsCompilation: no Packaged: 2026-06-05 06:15:24 UTC; root Author: Martí Català [aut, cre] (ORCID: ), Elin Rowlands [ctb] (ORCID: ), Cecilia Campanile [ctb] (ORCID: ) Maintainer: Martí Català