<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>data/nesting.rda</filename>
    </added>
    <added>
      <filename>data/reshape.rda</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -15,15 +15,10 @@ Visualise profiling data stored in a \code{profr} data.frame.
 }
 
 \details{This will plot the call tree of the specified stop watch object.
-If you only want a small part, you will need to subset the object
-
-@arguments profile output to plot
-@arguments other arguments passed on to \code{\link[ggplot2]{ggplot}}
-@arguments minimum percent of time for function to get a label
-@arguments function label angle
-@seealso \code{\link{plot.profr}}
-@keyword hplot
-X glm_ex &lt;- profr(example(glm))}
+If you only want a small part, you will need to subset the object}
 \seealso{\code{\link{plot.profr}}}
-\examples{glm_ex &lt;- profr(example(glm))}
+\examples{if (require(&quot;ggplot2&quot;, quiet = TRUE)) {
+ggplot(nesting_prof)
+ggplot(reshape_prof)
+}}
 \keyword{hplot}</diff>
      <filename>man/ggplot-profr-wb.rd</filename>
    </modified>
    <modified>
      <diff>@@ -15,5 +15,6 @@ Parses the output of \code{\link{Rprof}} into an alternative format described in
 \details{This produces a flat data frame, which is somewhat easier to summarise
 and visualise.}
 \seealso{\code{\link{profr}} for profiling and parsing}
-\examples{}
+\examples{nesting &lt;- parse_rprof(system.file(&quot;samples&quot;, &quot;nesting.rprof&quot;, &quot;profr&quot;))
+diamonds &lt;- parse_rprof(system.file(&quot;samples&quot;, &quot;reshape.rprof&quot;, &quot;profr&quot;))}
 \keyword{debugging}</diff>
      <filename>man/parse-rprof-87.rd</filename>
    </modified>
    <modified>
      <diff>@@ -17,7 +17,6 @@ Visualise profiling data stored in a \code{profr} data.frame.
 \details{If you only want a small part of the total call tree, you will need
 to subset the object as demonstrated by the example.}
 \seealso{\code{\link{ggplot.profr}}}
-\examples{glm_ex &lt;- profr(example(glm))
-plot(glm_ex)
-plot(subset(glm_ex, level &lt; 5))}
+\examples{plot(nesting_prof)
+plot(reshape_prof)}
 \keyword{hplot}</diff>
      <filename>man/plot-profr-4g.rd</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>inst/data/nesting.rda</filename>
    </removed>
    <removed>
      <filename>inst/data/reshape.rda</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>d40265a7531480fbe19f032d670b6f5f0c0c9f70</id>
    </parent>
  </parents>
  <author>
    <name>hadley</name>
    <email>h.wickham@gmail.com</email>
  </author>
  <url>http://github.com/hadley/profr/commit/f0c8aa065a49c031370b92f5b83291d4918a28df</url>
  <id>f0c8aa065a49c031370b92f5b83291d4918a28df</id>
  <committed-date>2008-05-01T18:15:14-07:00</committed-date>
  <authored-date>2008-05-01T18:15:14-07:00</authored-date>
  <message>Prepare for release.
Rebuild documentation and move data directory to correct place.</message>
  <tree>1fa8bd339606bb0ac610c127a62e42d2fc0d02c3</tree>
  <committer>
    <name>hadley</name>
    <email>h.wickham@gmail.com</email>
  </committer>
</commit>
