OMOP/DESCRIPTION

32 lines
1008 B
Plaintext

Package: CommonDataModel
Type: Package
Title: OMOP CDM DDL and Documentation Generator
Version: 1.0.1
Authors@R: person(given = "Clair",
family = "Blacketer",
role = c("aut", "cre"),
email = "mblacke@its.jnj.com")
Maintainer: Clair Blacketer <mblacke@its.jnj.com>
Description: Generates the scripts required to create an Observational Medical Outcomes Partnership (OMOP) Common Data Model (CDM) database and associated documentation for supported database platforms. Leverages the 'SqlRender' package to convert the Data Definition Language (DDL) script written in parameterized Structured Query Language (SQL) to the other supported dialects.
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
Depends:
DatabaseConnector,
SqlRender,
rJava
Imports:
rmarkdown,
stringr,
DBI,
dplyr,
readr
Suggests:
knitr,
testthat (>= 3.0.0),
RSQLite,
withr
NeedsCompilation: no
RoxygenNote: 7.2.3
Config/testthat/edition: 3