X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=posts%2Fbug_reporting_rate.mdwn;h=480dfa1e8e00e1aba2688a610f7ff4aff90bda51;hp=13390968507aefd7543634798e714ffe83bca36e;hb=81c2353bec8f32acbc685e0b0f00d83edff0b471;hpb=95ec8e90de416ecc3cc9a7213ba3f4c238fbc8a0 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")