-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added stats:: to median, sd, and quantile in mcmc_tidiers.
Updated NEWS and cran-comments.md, incremented DESCRIPTION to 0.4.0. This is the version originally submitted to CRAN as broom 0.4.0.
- Loading branch information
Dave Robinson
committed
Nov 30, 2015
1 parent
1909b3d
commit f67a8b9
Showing
4 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: broom | ||
Type: Package | ||
Title: Convert Statistical Analysis Objects into Tidy Data Frames | ||
Version: 0.3.7.9000 | ||
Date: 2015-05-05 | ||
Version: 0.4.0 | ||
Date: 2015-11-30 | ||
Authors@R: c( | ||
person("David", "Robinson", email = "[email protected]", role = c("aut", "cre")), | ||
person("Matthieu", "Gomez", email = "[email protected]", role = "ctb"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
broom 0.3.7 | ||
broom 0.4.0 | ||
----------- | ||
|
||
## Changes | ||
|
||
This is a re-submission: | ||
|
||
* Put 'dplyr', 'tidyr' and 'ggplot2' in single quotes in DESCRIPTION | ||
* Added tidiers for geeglm, nlrq, roc, boot, bgterm, kappa, binWidth, binDesign, rcorr, stanfit, rjags, gamlss, and mle2 objects. | ||
* Added `tidy` methods for lists, including u, d, v lists from `svd`, and x, y, z lists used by `image` and `persp` | ||
* Added `quick` argument to `tidy.lm`, `tidy.nls`, and `tidy.biglm`, to create a smaller and faster version of the output. | ||
* Changed `rowwise_df_tidiers` to allow the original data to be saved as a list column, then provided as a column name to `augment`. This required removing `data` from the `augment` S3 signature. Also added `tests-rowwise.R` | ||
* Fixed various issues in ANOVA output | ||
* Fixed various issues in lme4 output | ||
* Fixed issues in tests caused by dev version of ggplot2 | ||
|
||
## Test environments | ||
* local OS X install, R 3.2.0 | ||
* local OS X install, R 3.2.2 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
There were no ERRORs, WARNINGs or NOTEs. | ||
|
||
## Reverse dependencies | ||
Broom has one reverse dependency, radiant. I ran R CMD check on radiant 0.1.83 with broom 0.3.7 and it showed no ERRORs, WARNINGs, or NOTEs. | ||
Broom has seven reverse dependencies in CRAN: AutoModel, dotwhisker, eyetrackingR, forestmodel, HydeNet, pixiedust, and plotly. I ran R CMD CHECK on each with the newest version of broom and found no ERRORs, WARNINGs, or NOTEs. |