From 1b7134abfeb1e07e6b9ba0636eeb46726fb31804 Mon Sep 17 00:00:00 2001 From: hadley Date: Fri, 26 Feb 2016 07:02:03 -0600 Subject: [PATCH] Prepare for CRAN release --- DESCRIPTION | 2 +- NEWS.md | 2 +- README.md | 2 +- cran-comments.md | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c9f5ebc..3a077b6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: gtable -Version: 0.1.2.9000 +Version: 0.2.0 Title: Arrange 'Grobs' in Tables Description: Tools to make it easier to work with "tables" of 'grobs'. Authors@R: person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")) diff --git a/NEWS.md b/NEWS.md index b63d8b6..a36a5ec 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# gtable 0.1.2.9000 +# gtable 0.2.0 * Switch from `preDrawDetails()` and `postDrawDetails()` methods to `makeContent()` and `makeContext()` methods (@pmur002, #50). diff --git a/README.md b/README.md index c426363..42816b6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # gtable [![Travis-CI Build Status](https://travis-ci.org/hadley/gtable.svg?branch=master)](https://travis-ci.org/hadley/gtable) -[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/gtable)](http://cran.r-project.org/web/packages/gtable) +[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/gtable)](http://cran.r-project.org/package=gtable) [![Coverage Status](https://img.shields.io/codecov/c/github/hadley/gtable/master.svg)](https://codecov.io/github/hadley/gtable?branch=master) gtable provides internal tools used to draw ggplot2 graphics. diff --git a/cran-comments.md b/cran-comments.md index 495826a..71518f6 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -19,5 +19,6 @@ * There was one failure: * dotwhisker: checking examples ... ERROR + This is because gtable now imports grid rather than depending on it. * But I failed to install: MultiMeta, ncappc, spikeSlabGAM, strvalidator