update description
This commit is contained in:
parent
f92a21cd64
commit
887e882572
10
DESCRIPTION
10
DESCRIPTION
|
@ -5,7 +5,7 @@ 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.
|
||||
License: Apache License 2.0
|
||||
License: Apache License (>= 2)
|
||||
Encoding: UTF-8
|
||||
LazyData: true
|
||||
VignetteBuilder: knitr
|
||||
|
@ -14,12 +14,14 @@ Imports:
|
|||
rmarkdown,
|
||||
stringr,
|
||||
readxl,
|
||||
dplyr
|
||||
DatabaseConnector,
|
||||
DBI,
|
||||
dplyr,
|
||||
readr
|
||||
Suggests:
|
||||
knitr,
|
||||
testthat (>= 3.0.0),
|
||||
RSQLite,
|
||||
DatabaseConnector
|
||||
RSQLite
|
||||
NeedsCompilation: no
|
||||
RoxygenNote: 7.1.1
|
||||
Config/testthat/edition: 3
|
||||
|
|
Loading…
Reference in New Issue