diff --git a/DESCRIPTION b/DESCRIPTION index 4e167e3..bfb6db5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,9 @@ Package: dbplot Version: 0.1.0 Title: Simplifies Plotting Data Inside Databases -Description: Leverages dplyr to process the calculations of a plot inside a database. +Description: Leverages 'dplyr' to process the calculations of a plot inside a database. This package provides helper functions that abstract the work at three levels: - outputs a ggplot, outputs the calculations, outputs the formula + outputs a 'ggplot', outputs the calculations, outputs the formula needed to calculate bins. Authors@R: person("Edgar", "Ruiz", email = "edgar@rstudio.com", role = c("aut", "cre")) diff --git a/cran-comments.md b/cran-comments.md index dde5761..94e80e4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -5,4 +5,7 @@ ##R CMD check results * 0 errors | 0 warnings | 0 notes -## This is the package's first submission \ No newline at end of file +## Resubmission +This is a resubmission. In this version I have: + +* Quoted the name of packages in the DESCRIPTION file \ No newline at end of file