]> git.donarmstrong.com Git - don.git/blobdiff - posts/bug_reporting_rate.mdwn
add wd print
[don.git] / posts / bug_reporting_rate.mdwn
index d473b31c10027b07b522bb6945adb33b1e30611e..d164d1a510d0b5c5cf10f7f4a385b1e33a1c3ccd 100644 (file)
@@ -15,8 +15,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.]
 
-[[!sweavealike results="hide" fig=1 echo=0 code="""
+[[!sweavealike fig=1 echo=0 code="""
 require(lattice)
+print(getwd())
 reporting.rate <- read.table("data/bug_reporting_rate.txt")
 colnames(reporting.rate) <- c("bug","epoch")
 reporting.rate <- data.frame(reporting.rate)