Package: CDMConnector
Title: Connect to an OMOP Common Data Model
Version: 0.1.0
Authors@R: 
    person("Adam", "Black", , "black@ohdsi.org", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-5576-8701"))
Description: Provides tools for working with observational health data in the 
  Observational Medical Outcomes Partnership (OMOP) Common Data Model format with a pipe friendly syntax.
  Common data model database table references are stored in a single compound object along with metadata.
License: Apache License (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.0
Depends: R (>= 4.0)
Imports: dplyr, DBI (>= 0.3.0), checkmate, magrittr, dbplyr, pillar,
        cli, purrr, rlang, tidyselect, readr, glue, waldo, arrow,
        methods
Suggests: covr, knitr, rmarkdown, duckdb (>= 0.5.0), RPostgres, odbc,
        ggplot2, SqlRender, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2022-09-29 15:09:38 UTC; adamblack
Author: Adam Black [aut, cre] (<https://orcid.org/0000-0001-5576-8701>)
Maintainer: Adam Black <black@ohdsi.org>
Repository: CRAN
Date/Publication: 2022-09-29 16:50:02 UTC
