X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=posts%2Fbug_reporting_rate.mdwn;h=d473b31c10027b07b522bb6945adb33b1e30611e;hb=8ffa3f776e289cc207b7c0cae63691c7dc56bc0a;hp=da143ad269d2c972c83a9cd9b9df7699f961a451;hpb=d9cc1283c09434ff0f0ddb545be7331f9e54b549;p=don.git diff --git a/posts/bug_reporting_rate.mdwn b/posts/bug_reporting_rate.mdwn index da143ad..d473b31 100644 --- a/posts/bug_reporting_rate.mdwn +++ b/posts/bug_reporting_rate.mdwn @@ -16,6 +16,7 @@ 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.] [[!sweavealike results="hide" fig=1 echo=0 code=""" +require(lattice) reporting.rate <- read.table("data/bug_reporting_rate.txt") colnames(reporting.rate) <- c("bug","epoch") reporting.rate <- data.frame(reporting.rate)