Package: omopgenerics Title: Methods and Classes for the OMOP Common Data Model Version: 1.4.1 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( "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 Roxygen: list(markdown = TRUE) Imports: cli, dbplyr (>= 2.5.1), dplyr, generics, glue, lifecycle, methods, purrr, rlang, snakecase, stringi, stringr, tidyr, vctrs Depends: R (>= 4.1) Suggests: bit64, CDMConnector, covr, duckdb, gt, here, jsonlite, knitr, omock, openxlsx, readr, rmarkdown, testthat (>= 3.0.0), withr URL: https://darwin-eu.github.io/omopgenerics/ BugReports: https://github.com/darwin-eu/omopgenerics/issues Config/testthat/edition: 3 Config/testthat/parallel: true VignetteBuilder: knitr LazyData: true Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://darwin-eu.r-universe.dev Date/Publication: 2026-07-24 20:16:56 UTC RemoteUrl: https://github.com/darwin-eu/omopgenerics RemoteRef: HEAD RemoteSha: 5d256015dcf5d0980d236130149dd2a258cfd066 NeedsCompilation: no Packaged: 2026-07-24 20:33:43 UTC; root Author: Martí Català [aut, cre] (ORCID: ), Edward Burn [aut] (ORCID: ), Mike Du [ctb] (ORCID: ), Yuchen Guo [ctb] (ORCID: ), Adam Black [ctb] (ORCID: ), Marta Alcalde-Herraiz [ctb] (ORCID: ) Maintainer: Martí Català