Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed May 8, 2009
1 parent b788d4f commit 981019d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: plyr
Type: Package
Title: Tools for splitting, applying and combining data
Version: 0.1.8
Version: 0.1.9
Author: Hadley Wickham <h.wickham@gmail.com>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
Description: plyr is a set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each pieces and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics.
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plyr 0.1.9 (2008-XX-XX) ---------------------------------------------------



plyr 0.1.8 (2008-04-20) ---------------------------------------------------

* made rbind a little faster (~20%) using an idea from Richard Raubertas
Expand Down

0 comments on commit 981019d

Please sign in to comment.