diff --git a/DESCRIPTION b/DESCRIPTION index 120b10b..c690ddd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: CommonDataModel Type: Package Title: OMOP CDM DDL and Documentation Generator -Version: 1.0.0 +Version: 1.0.1 Author: Clair Blacketer [aut, cre] Maintainer: Clair Blacketer Description: Generates the scripts required to create an Observational Medical Outcomes Partnership (OMOP) Common Data Model (CDM) database and associated documentation for supported database platforms. Leverages the 'SqlRender' package to convert the Data Definition Language (DDL) script written in parameterized Structured Query Language (SQL) to the other supported dialects. diff --git a/cran-comments.md b/cran-comments.md index ccba245..de56b6e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,12 +1,8 @@ +One test was removed due to its restricting of downstream dependencies. + ## R CMD check results -* This is a new release - -# Update based on reviewer feedback - - turned off tests when environment variables are not set - - removed vignetteBuilder field from DESCRIPTION - - added return values in function documentation - - updated buildRelease.R default output folder to tempdir() +There were no ERRORs or WARNINGs. 0 errors | 0 warnings | 0 notes