From: Don Armstrong Date: Wed, 10 Oct 2012 02:53:19 +0000 (-0700) Subject: no output X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=commitdiff_plain;h=ba15cea30948d085a3bc2cca6d27e375cc4dbf5b;hp=6bed388d1230194b1281a44318b50a4cb07fa8d0 no output --- diff --git a/posts/bug_reporting_rate.mdwn b/posts/bug_reporting_rate.mdwn index 8d21da6..f63a8e8 100644 --- a/posts/bug_reporting_rate.mdwn +++ b/posts/bug_reporting_rate.mdwn @@ -15,7 +15,7 @@ plot this, lets only look at bugs ending in 00: Now, lets get the data into R and plot it. [For clarity, I'm not showing the R code, but it's available in the source code for this post.] -[[!sweavealike width=800 fig=1 echo=0 results="hide" code=""" +[[!sweavealike width=800 fig=1 echo=0 nooutput=1 results="hide" code=""" require(lattice) reporting.rate <- read.table("data/bug_reporting_rate.txt") colnames(reporting.rate) <- c("bug","epoch")