]> git.donarmstrong.com Git - don.git/commitdiff
update the post and hide results
authorDon Armstrong <don@donarmstrong.com>
Wed, 10 Oct 2012 02:50:33 +0000 (19:50 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 10 Oct 2012 02:50:33 +0000 (19:50 -0700)
posts/bug_reporting_rate.mdwn

index 13390968507aefd7543634798e714ffe83bca36e..480dfa1e8e00e1aba2688a610f7ff4aff90bda51 100644 (file)
@@ -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")