2021-08-18 21:19:34 +00:00
Package: CommonDataModel
2021-06-09 00:19:01 +00:00
Type: Package
Title: OMOP CDM DDL and Documentation Generator
Version: 0.1.0
Author: Clair Blacketer [aut, cre]
Maintainer: Clair Blacketer <mblacke@its.jnj.com>
Description: This package uses an input csv file to create the OHDSql version of the DDL as well as the documentation associated. Then it leverages the SqlRender package to convert the DDL script written in OHDSql to the other supported dialects.
2021-08-19 12:58:34 +00:00
License: Apache License 2.0
2021-06-09 00:19:01 +00:00
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Imports:
SqlRender,
rmarkdown,
stringr,
readxl,
2021-08-19 03:27:01 +00:00
DatabaseConnector,
DBI,
dplyr,
readr
2021-08-18 21:19:34 +00:00
Suggests:
knitr,
testthat (>= 3.0.0),
2021-08-19 04:04:51 +00:00
RSQLite,
withr
2021-06-09 00:19:01 +00:00
NeedsCompilation: no
2021-08-18 18:24:45 +00:00
RoxygenNote: 7.1.1
2021-08-18 21:19:34 +00:00
Config/testthat/edition: 3