<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -58,14 +58,16 @@ parse_rprof &lt;- function(path, interval=0.02) {
     start = start, 
     end = start + 1,
     leaf = 1:depth == depth,
-    hist = sapply(1:depth, function(i) digest(call[seq_len(i)]))
+    hist = sapply(1:depth, function(i) digest(call[seq_len(i)])),
+    stringsAsFactors = TRUE
   ))
   
   depth &lt;- sapply(calls, length)
   calldf &lt;- data.frame(
     call = array(unclass(calls)),
     start = 0:(length(calls)-1),
-    depth = depth
+    depth = depth,
+    stringsAsFactors = TRUE
   )
   
   do.call(rbind, apply(calldf, 1, .expand.call))</diff>
      <filename>R/parse.r</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>r/parse.r</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>c0c9c47861c3ed47ee151b8ff029a7b7944e8f6c</id>
    </parent>
  </parents>
  <author>
    <name>hadley</name>
    <email>h.wickham@gmail.com</email>
  </author>
  <url>http://github.com/hadley/profr/commit/aa10542be58347a51c816460afe2539f6fb9cbf5</url>
  <id>aa10542be58347a51c816460afe2539f6fb9cbf5</id>
  <committed-date>2008-07-01T11:44:50-07:00</committed-date>
  <authored-date>2008-07-01T11:44:50-07:00</authored-date>
  <message>Ensure that stringsAsFactors = TRUE</message>
  <tree>3e455768198ede7ebf7756988d0f62d26fc2a79f</tree>
  <committer>
    <name>hadley</name>
    <email>h.wickham@gmail.com</email>
  </committer>
</commit>
