From: Don Armstrong Date: Wed, 10 Oct 2012 02:50:33 +0000 (-0700) Subject: update the post and hide results X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=commitdiff_plain;h=81c2353bec8f32acbc685e0b0f00d83edff0b471 update the post and hide results --- diff --git a/posts/bug_reporting_rate.mdwn b/posts/bug_reporting_rate.mdwn index 1339096..480dfa1 100644 --- a/posts/bug_reporting_rate.mdwn +++ b/posts/bug_reporting_rate.mdwn @@ -13,9 +13,9 @@ 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 cdoe for this post.] +[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 code=""" +[[!sweavealike width=800 fig=1 echo=0 results="hide" code=""" require(lattice) reporting.rate <- read.table("data/bug_reporting_rate.txt") colnames(reporting.rate) <- c("bug","epoch")