From 98b1369f9bdeedc2086cc95d5aca1aa8c1b5e208 Mon Sep 17 00:00:00 2001 From: dgrtwo Date: Wed, 18 Feb 2015 13:38:29 -0500 Subject: [PATCH] broom 0.3.6 on CRAN. Changed author format; changed title into title case. --- DESCRIPTION | 18 +++++++++--------- NEWS.md | 3 ++- cran-comments.md | 9 +++++---- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4d8e1c0ad..1b5a590fe 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,14 +1,14 @@ Package: broom Type: Package -Title: Convert Statistical Analysis Objects Into Tidy Data Frames -Version: 0.3.5.9000 -Date: 2014-09-11 -Authors@R: as.person(c( - "David Robinson [aut, cre]", - "Matthieu Gomez [ctb]", - "Boris Demeshev [ctb]", - "Hadley Wickham [ctb]" - )) +Title: Convert Statistical Analysis Objects into Tidy Data Frames +Version: 0.3.6 +Date: 2015-02-17 +Authors@R: c( + person("David", "Robinson", email = "admiral.david@gmail.com", role = c("aut", "cre")), + person("Matthieu", "Gomez", email = "mattg@princeton.edu", role = "ctb"), + person("Boris", "Demeshev", email = "boris.demeshev@gmail.com", role = "ctb"), + person("Hadley", "Wickham", email = "hadley@rstudio.com", role = "ctb") + ) Maintainer: David Robinson Description: Convert statistical analysis objects from R into tidy data frames, so that they can more easily be combined, reshaped and otherwise processed diff --git a/NEWS.md b/NEWS.md index 1ad83befa..e83fd8b9e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,11 @@ -broom 0.3.5.9000 +broom 0.3.6 ----------- * Fixed bug in `tidy.pairwise.htest`, which now can handle cases where the grouping variable is numeric. * Added `tidy.aovlist` method. This added `stringr` package to IMPORTS to trim whitespace from the beginning and end of the `term` and `stratum` columns. This also required adjusting `tidy.aov` so that it could handle strata that are missing p-values. * Set up `glance.lm` to work with `aov` objects along with `lm` objects. * Added `tidy` and `glance` for matrix objects, with `tidy.matrix` converting a matrix to a data frame with rownames included, and `glance.matrix` returning the same result as `glance.data.frame`. +* Changed DESCRIPTION Authors@R to new format broom 0.3.5 ----------- diff --git a/cran-comments.md b/cran-comments.md index b1b3e499f..9b845fe6f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,11 +1,12 @@ -## Resubmission -This is a resubmission. In this version I have +broom 0.3.6 +----------- -* Removed 'require("maptools")' call that led to a NOTE on R-devel +This is a resubmission: + +* Changed Title field to title case ("Into" to "into") ## Test environments * local OS X install, R 3.1.2 -* ubuntu 12.04 (on travis-ci), R 3.1.2 * win-builder (devel and release) ## R CMD check results