update Description file

This commit is contained in:
Adam Black 2021-08-18 17:19:34 -04:00
parent f603929f8b
commit cccdaef586
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Package: CdmDdlBase Package: CommonDataModel
Type: Package Type: Package
Title: OMOP CDM DDL and Documentation Generator Title: OMOP CDM DDL and Documentation Generator
Version: 0.1.0 Version: 0.1.0
@ -15,5 +15,11 @@ Imports:
stringr, stringr,
readxl, readxl,
dplyr dplyr
Suggests:
knitr,
testthat (>= 3.0.0),
RSQLite,
DatabaseConnector
NeedsCompilation: no NeedsCompilation: no
RoxygenNote: 7.1.1 RoxygenNote: 7.1.1
Config/testthat/edition: 3