<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>man/dotb.rd</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -9,15 +9,15 @@ plyr is a set of tools that solves a common set of problems: you need to break a
 plyr functions are named according to the type of object they input (first letter) and output (second letter):
 
   * llply = from a list to a list
-  * alply = from an array to a list
+  * alply = from an array (or vector, or matrix) to a list
   * ldply = from a list to a data.frame
   * d_ply = from a data.frame, ignore output
   * and so on for llply, laply, ldply, l_ply, alply, aaply, adply, a_ply, dlply, daply, dply, d_ply
 
 plyr also provides:
 
-  * m*ply which work in a similar way to mapply
-  * r*ply which work in a similar way to replicate
+  * m*ply which works in a similar way to mapply
+  * r*ply which works in a similar way to replicate
   
 plyr also has a number of helper functions that operate on functions, returning functions
   </diff>
      <filename>ANNOUNCE</filename>
    </modified>
    <modified>
      <diff>@@ -2,12 +2,12 @@ Package: plyr
 Type: Package
 Title: Tools for splitting, applying and combining data.
 Version: 0.1
-Date: 2008-04-04
+Date: 2008-09-22
 Author: Hadley Wickham &lt;h.wickham@gmail.com&gt;
 Maintainer: Hadley Wickham &lt;h.wickham@gmail.com&gt;
-Description: 
+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.
 URL: http://had.co.nz/plyr
 Depends: R (&gt;= 2.7)
-Suggests: RUnit, abind
+Suggests: RUnit, abind, tcltk
 License: GPL
 LazyData: true
\ No newline at end of file</diff>
      <filename>DESCRIPTION</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>data/ozone.rda</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,9 @@
 \title{Yearly batting records for all major league baseball players}
 \description{
 
-This data frame contains batting statistics collected from  \url{http://www.baseball-databank.org/}.  There are a total of 21,699 records, covering 1,228 players from 1871 to 2007.  See the baseball case study in the introductory vignette (\code{vignette(&quot;intro&quot;, &quot;plyr&quot;)}) for more details, and example of how you might explore this data.
+This data frame contains batting statistics for a subset of players collected from \url{http://www.baseball-databank.org/}. There are a total of 21,699 records, covering 1,228 players from 1871 to 2007. Only players with more 15 seasons of play are included.
+
+See the baseball case study in the introductory vignette (\code{vignette(&quot;intro&quot;, &quot;plyr&quot;)}) for more details, and example of how you might explore this data.
 
 Variables:
 
@@ -31,7 +33,6 @@ Variables:
 \item sf, sacrifice flies
 \item gidp, ground into double play
 
-
 }
 \usage{data(baseball)}
 \format{A 21699 x 22 data frame}</diff>
      <filename>man/data-baseball.rd</filename>
    </modified>
    <modified>
      <diff>@@ -4,9 +4,9 @@
 \title{Monthly ozone measurements over Central America}
 \description{
 
-This data set is a subset of the data from the 2006 ASA Data expo challenge, \url{http://stat-computing.org/dataexpo/2006/}.  The data are monthly ozone averages on a very coarse 24 by 24 grid covering Central America, from Jan 1995 to Dec 2000.
+This data set is a subset of the data from the 2006 ASA Data expo challenge, \url{http://stat-computing.org/dataexpo/2006/}.  The data are monthly ozone averages on a very coarse 24 by 24 grid covering Central America, from Jan 1995 to Dec 2000.  The data is stored in a 3d area with the first two dimensions representing latitude and longitude, and the third representing time.  
 
-The data is stored in a 3d area with the first two dimensions representing latitude and longitude, and the third representing time.  See the ozone case study in the introductory vignette (\code{vignette(&quot;intro&quot;, &quot;plyr&quot;)}) for more details, including maps of the region.
+See the ozone case study in the introductory vignette (\code{vignette(&quot;intro&quot;, &quot;plyr&quot;)}) for more details, including maps of the region.
 
 }
 \usage{data(ozone)}</diff>
      <filename>man/data-ozone.rd</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>inst/doc/.gitignore</filename>
    </removed>
    <removed>
      <filename>inst/doc/input-a2.graffle</filename>
    </removed>
    <removed>
      <filename>inst/doc/input-a2.pdf</filename>
    </removed>
    <removed>
      <filename>inst/doc/input-a3.graffle</filename>
    </removed>
    <removed>
      <filename>inst/doc/input-a3.pdf</filename>
    </removed>
    <removed>
      <filename>inst/doc/input-d.graffle</filename>
    </removed>
    <removed>
      <filename>inst/doc/input-d.pdf</filename>
    </removed>
    <removed>
      <filename>inst/doc/intro.pdf</filename>
    </removed>
    <removed>
      <filename>inst/doc/intro.r</filename>
    </removed>
    <removed>
      <filename>inst/doc/intro.tex</filename>
    </removed>
    <removed>
      <filename>inst/doc/output-a1.graffle</filename>
    </removed>
    <removed>
      <filename>inst/doc/output-a1.pdf</filename>
    </removed>
    <removed>
      <filename>inst/doc/output-a2.graffle</filename>
    </removed>
    <removed>
      <filename>inst/doc/output-a2.pdf</filename>
    </removed>
    <removed>
      <filename>inst/doc/output-d.graffle</filename>
    </removed>
    <removed>
      <filename>inst/doc/output-d.pdf</filename>
    </removed>
    <removed>
      <filename>inst/doc/ozone-glyph.pdf</filename>
    </removed>
    <removed>
      <filename>inst/doc/ozone-map.r</filename>
    </removed>
    <removed>
      <filename>inst/doc/references.bib</filename>
    </removed>
    <removed>
      <filename>man/-b.rd</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>21c4dbfa3d8165cf9664f8a93ea7a56958b1ad77</id>
    </parent>
  </parents>
  <author>
    <name>hadley</name>
    <email>h.wickham@gmail.com</email>
  </author>
  <url>http://github.com/hadley/plyr/commit/312bc3a7f2f496f11b9e8ecb8e7d5988a5b57b4f</url>
  <id>312bc3a7f2f496f11b9e8ecb8e7d5988a5b57b4f</id>
  <committed-date>2008-09-22T17:18:52-07:00</committed-date>
  <authored-date>2008-09-22T17:18:52-07:00</authored-date>
  <message>Final changes prior to building.
 * update description
 * move documentation to own dir</message>
  <tree>8ddd2e52fccb509e745e9be3010ceec768ec360f</tree>
  <committer>
    <name>hadley</name>
    <email>h.wickham@gmail.com</email>
  </committer>
</commit>
