update description

This commit is contained in:
Adam Black 2021-08-18 23:27:01 -04:00
parent f92a21cd64
commit 887e882572
1 changed files with 6 additions and 4 deletions

View File

@ -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