From ba15cea30948d085a3bc2cca6d27e375cc4dbf5b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 9 Oct 2012 19:53:19 -0700 Subject: [PATCH 1/1] no output --- posts/bug_reporting_rate.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2