From: Don Armstrong Date: Thu, 10 Aug 2017 15:42:32 +0000 (-0700) Subject: the bug growth rate is fragile X-Git-Url: https://git.donarmstrong.com/?p=debbugs-presentations.git;a=commitdiff_plain;h=e1ea3aa93b5adbb32cc4c1aedf31f4ae3d12db24 the bug growth rate is fragile --- diff --git a/debbugs.Rnw b/debbugs.Rnw index 2deb057..32c2cd0 100644 --- a/debbugs.Rnw +++ b/debbugs.Rnw @@ -173,7 +173,7 @@ print(ggplot(bug.growth,#[date > as.POSIXct(ISOdatetime(2005,1,1,0,0,0)),], \end{center} \end{frame} -\begin{frame}{Bug Growth Rate} +\begin{frame}[fragile]{Bug Growth Rate} <>= print(ggplot(bug.growth[date > as.POSIXct(ISOdatetime(2014,1,1,0,0,0)),], aes(x=date,y=`bugs per day`))+