30 lines
761 B
Plaintext
30 lines
761 B
Plaintext
Package: CommonDataModel
|
|
Type: Package
|
|
Title: OMOP CDM DDL and Documentation Generator
|
|
Version: 0.2.0
|
|
Author: Clair Blacketer [aut, cre]
|
|
Maintainer: Clair Blacketer <mblacke@its.jnj.com>
|
|
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.
|
|
License: Apache License 2.0
|
|
Encoding: UTF-8
|
|
LazyData: true
|
|
VignetteBuilder: knitr
|
|
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
|