X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=posts%2Fbug_reporting_rate.mdwn;h=f63a8e82a64acbec05a1a313624ac0ad8b23e2a6;hp=8d21da6a2465df450fd775bef857479f1cc74a0c;hb=ba15cea30948d085a3bc2cca6d27e375cc4dbf5b;hpb=6bed388d1230194b1281a44318b50a4cb07fa8d0 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")