Skip to content

Commit

Permalink
broom 0.3.6 on CRAN.
Browse files Browse the repository at this point in the history
Changed author format; changed title into title case.
  • Loading branch information
dgrtwo committed Feb 18, 2015
1 parent f1e35cf commit 98b1369
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
18 changes: 9 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> [aut, cre]",
"Matthieu Gomez <[email protected]> [ctb]",
"Boris Demeshev <[email protected]> [ctb]",
"Hadley Wickham <[email protected]> [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 = "[email protected]", role = c("aut", "cre")),
person("Matthieu", "Gomez", email = "[email protected]", role = "ctb"),
person("Boris", "Demeshev", email = "[email protected]", role = "ctb"),
person("Hadley", "Wickham", email = "[email protected]", role = "ctb")
)
Maintainer: David Robinson <[email protected]>
Description: Convert statistical analysis objects from R into tidy data frames,
so that they can more easily be combined, reshaped and otherwise processed
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
-----------
Expand Down
9 changes: 5 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 98b1369

Please sign in to comment.