<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -39,6 +39,6 @@ amv_dimnames &lt;- function(x) {
 #' @arguments array
 #' @keywords internal 
 reduce_dim &lt;- function(x) {
-  do.call(&quot;[&quot;, c(list(x), lapply(dim(x), function(x) if (x==1) 1 else T), drop=TRUE))  
+  do.call(&quot;[&quot;, c(list(x), lapply(dim(x), function(x) if (x==1) 1 else TRUE), drop=TRUE))  
 }
 </diff>
      <filename>R/dimensions.r</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@
 #' @keywords manip
 #' @examples
 #' first &lt;- ddply(baseball, &quot;id&quot;, summarise, first = min(year))
-#' system.time(b2 &lt;- merge(baseball, first, by = &quot;id&quot;, all.x = T))
+#' system.time(b2 &lt;- merge(baseball, first, by = &quot;id&quot;, all.x = TRUE))
 #' system.time(b3 &lt;- join(baseball, first, by = &quot;id&quot;))
 join &lt;- function(x, y, by = intersect(names(x), names(y)), type = &quot;left&quot;) {
   type &lt;- match.arg(type, c(&quot;left&quot;, &quot;right&quot;, &quot;inner&quot;, &quot;full&quot;))</diff>
      <filename>R/join.r</filename>
    </modified>
    <modified>
      <diff>@@ -51,7 +51,7 @@ rbind.fill &lt;- function(...) {
   }
   
   # Compute start and end positions for each data frame
-  pos &lt;- matrix(cumsum(rbind(1, rows - 1)), ncol = 2, byrow = T)
+  pos &lt;- matrix(cumsum(rbind(1, rows - 1)), ncol = 2, byrow = TRUE)
   
   for(i in seq_along(rows)) { 
     rng &lt;- pos[i, 1]:pos[i, 2]</diff>
      <filename>R/rbind.r</filename>
    </modified>
    <modified>
      <diff>@@ -3,4 +3,4 @@ library(plyr, warn.conflicts = FALSE)
 frame_files &lt;- compact(llply(sys.frames(), function(x) x$ofile))
 PATH &lt;- dirname(frame_files[[length(frame_files)]])
 
-lapply(dir(file.path(PATH, &quot;R&quot;), full.name=T), source)
+lapply(dir(file.path(PATH, &quot;R&quot;), full.name=TRUE), source)</diff>
      <filename>load.r</filename>
    </modified>
    <modified>
      <diff>@@ -15,5 +15,5 @@ would use a sql join.}
 \item{by}{character vector of variable names to join by}
 \item{join}{type of join: left (default), right, inner or full.}}
 \examples{first &lt;- ddply(baseball, &quot;id&quot;, summarise, first = min(year))
-system.time(b2 &lt;- merge(baseball, first, by = &quot;id&quot;, all.x = T))
+system.time(b2 &lt;- merge(baseball, first, by = &quot;id&quot;, all.x = TRUE))
 system.time(b3 &lt;- join(baseball, first, by = &quot;id&quot;))}</diff>
      <filename>man/join.Rd</filename>
    </modified>
    <modified>
      <diff>@@ -16,7 +16,7 @@ rownames(bsmall) &lt;- NULL
 first &lt;- ddply(bsmall, &quot;id&quot;, summarise, first = min(year))
 
 test_that(&quot;results consistent with merge&quot;, {  
-  b2 &lt;- merge(bsmall, first, by = &quot;id&quot;, all.x = T)
+  b2 &lt;- merge(bsmall, first, by = &quot;id&quot;, all.x = TRUE)
   b3 &lt;- join(bsmall, first, by = &quot;id&quot;)
   
   b2 &lt;- arrange(b2, id, year, stint)</diff>
      <filename>tests/test-join.r</filename>
    </modified>
    <modified>
      <diff>@@ -3,6 +3,6 @@ context(&quot;Split data frame&quot;)
 df &lt;- data.frame(x = factor(1:10), y = letters[1:10])
 
 test_that(&quot;correct order is used&quot;, {
-  expect_that(ddply(df, .(x), .drop = F), equals(df))
-  expect_that(ddply(df, .(x), .drop = T), equals(df))
+  expect_that(ddply(df, .(x), .drop = FALSE), equals(df))
+  expect_that(ddply(df, .(x), .drop = TRUE), equals(df))
 })
\ No newline at end of file</diff>
      <filename>tests/test-split-data-frame.r</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>073ab256a2ee282c28f79fe2f927d90a869c4c8f</id>
    </parent>
  </parents>
  <author>
    <name>hadley</name>
    <email>h.wickham@gmail.com</email>
  </author>
  <url>http://github.com/hadley/plyr/commit/f841ae73600c29a93a9ef801ddf5dbbf8438f8d8</url>
  <id>f841ae73600c29a93a9ef801ddf5dbbf8438f8d8</id>
  <committed-date>2009-09-14T08:37:09-07:00</committed-date>
  <authored-date>2009-09-14T08:37:09-07:00</authored-date>
  <message>Expand T and F</message>
  <tree>8ac36666a3c6ac71b3b596c3e7e603ba7727f8a5</tree>
  <committer>
    <name>hadley</name>
    <email>h.wickham@gmail.com</email>
  </committer>
</commit>
