20 lines
471 B
Plaintext
20 lines
471 B
Plaintext
Package: DDLGeneratr
|
|
Type: Package
|
|
Title: OMOP CDM DDL Generator
|
|
Version: 0.1.0
|
|
Author: Clair Blacketer
|
|
Maintainer: Clair Blacketer <mblacke@its.jnj.com>
|
|
Description: This packages uses the SqlRender package to convert a DDL script written in OHDSql to the other supported dialects.
|
|
License: Apache License 2.0
|
|
Encoding: UTF-8
|
|
LazyData: true
|
|
VignetteBuilder: knitr
|
|
Imports:
|
|
SqlRender,
|
|
rmarkdown,
|
|
stringr,
|
|
readxl,
|
|
dplyr
|
|
NeedsCompilation: no
|
|
RoxygenNote: 6.1.1
|