2021-08-19 15:49:36 +00:00
Package: CommonDataModel
2021-06-09 00:19:01 +00:00
Type: Package
Title: OMOP CDM DDL and Documentation Generator
2023-09-07 17:52:20 +00:00
Version: 0.2.0
2021-06-09 00:19:01 +00:00
Author: Clair Blacketer [aut, cre]
Maintainer: Clair Blacketer <mblacke@its.jnj.com>
2024-02-03 18:51:01 +00:00
Description: Generates the scripts required to create an OMOP CDM database and associated documentation for supported database platforms. Leverages the 'SqlRender' package to convert the DDL script written in OHDSql to the other supported dialects.
2021-06-09 00:19:01 +00:00
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
2023-10-26 18:13:30 +00:00
Depends:
DatabaseConnector,
SqlRender,
rJava
2021-06-09 00:19:01 +00:00
Imports:
rmarkdown,
stringr,
2021-08-19 15:49:36 +00:00
DBI,
dplyr,
readr
Suggests:
knitr,
testthat (>= 3.0.0),
RSQLite,
withr
2021-06-09 00:19:01 +00:00
NeedsCompilation: no
2023-09-06 17:22:41 +00:00
RoxygenNote: 7.2.3
2021-08-19 15:49:36 +00:00
Config/testthat/edition: 3