X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=posts%2Fbug_reporting_rate.mdwn;h=4266c45253aaceb363439dbc32b185508af6fcf2;hp=4eff94312f71435da5723df9c8c7b36416ad5686;hb=6555e2cc760ab616da985496b95f5fc310418e81;hpb=3be64f0d0c3ffff58e9d24eb0d4a0de550aa4770 diff --git a/posts/bug_reporting_rate.mdwn b/posts/bug_reporting_rate.mdwn index 4eff943..4266c45 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)