Skip to content

Commit

Permalink
Tweak news
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jul 13, 2011
1 parent 6fcd5b4 commit 3b418dd
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions NEWS
@@ -1,21 +1,19 @@
Version 1.6
------------------------------------------------------------------------------

* fixed namespacing issue which lead to losing labels when subsetting the
results of `*_ply`
* fixed namespacing issue which lead to lost labels when subsetting the
results of `*lply`

* `colwise` automatically strips off split variables.

* `rlply` now correctly deals with `rlply(4, NULL)` (thanks to bug report from
Eric Goldlust)

* `rbind.fill` now works with variables of class `POSIXlt` and preserves the
ordered status of factors.

* `rbind.fill` tries harder to keep attributes, retaining the attributes from
the first ocurrence of each column it finds
the first occurrence of each column it finds. It also now works with
variables of class `POSIXlt` and preserves the ordered status of factors.

* allow arrange to work with one column data frames
* `arrange` now works with one column data frames

Version 1.5.2
------------------------------------------------------------------------------
Expand Down

0 comments on commit 3b418dd

Please sign in to comment.