diff --git a/DESCRIPTION b/DESCRIPTION index 5b87fa8..6b81c97 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Version: 0.1.0 Author: Clair Blacketer [aut, cre] Maintainer: Clair Blacketer 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