diff --git a/DESCRIPTION b/DESCRIPTION index 3a9a665..cf063e4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,14 +1,15 @@ Package: cowplot -Title: Streamlined Plot Theme and Plot Annotations for ggplot2 +Title: Streamlined Plot Theme and Plot Annotations for 'ggplot2' Version: 0.3.0 Authors@R: c( person("Claus O.", "Wilke", role = c("aut", "cre"), email = "wilke@austin.utexas.edu"), person("Hadley", "Wickham", role = c("cph"), email = "h.wickham@gmail.com") ) -Description: Some helpful extensions and modifications to the ggplot2 library. - In particular, this package makes it easy to combine multiple ggplot2 plots - into one and label them with letters, e.g. A, B, C, etc., as is often - required for scientific publications. The package also provides a - streamlined and clean theme that is used in the Wilke lab. +Description: Some helpful extensions and modifications to the 'ggplot2' library. + In particular, this package makes it easy to combine multiple 'ggplot2' plots + into one and label them with letters, e.g. A, B, C, etc., as is often required + for scientific publications. The package also provides a streamlined and clean + theme that is used in the Wilke lab, hence the package name, which stands for + Claus O. Wilke's plot library. URL: https://github.com/wilkelab/cowplot Depends: R (>= 3.0.0), diff --git a/cran-comments.md b/cran-comments.md index 3cd41b9..36a84fd 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,8 @@ +## Resubmission +This is a resubmission. In this version I have: +* Enclosed 'ggplot2' in single quotes in Title and Description. +* Added an explanation for the package name. + ## Test environments * local OS X install x86_64-apple-darwin13.4.0 (64-bit), R 3.1.2 * win-builder (via devtools::build_win())