]> git.donarmstrong.com Git - don.git/blobdiff - posts/bug_reporting_rate.mdwn
we also need lattice
[don.git] / posts / bug_reporting_rate.mdwn
index 4eff94312f71435da5723df9c8c7b36416ad5686..4266c45253aaceb363439dbc32b185508af6fcf2 100644 (file)
@@ -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)