From e1ea3aa93b5adbb32cc4c1aedf31f4ae3d12db24 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 10 Aug 2017 08:42:32 -0700 Subject: [PATCH] the bug growth rate is fragile --- debbugs.Rnw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`))+ -- 2.39.2