X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=posts%2Fbug_reporting_rate.mdwn;h=7a46581b9b81fb667ecf3db5c7eba7f577ce4f43;hp=d473b31c10027b07b522bb6945adb33b1e30611e;hb=36bbc065c623b11f57091bfe98d635a0d9c9dc9d;hpb=8ffa3f776e289cc207b7c0cae63691c7dc56bc0a diff --git a/posts/bug_reporting_rate.mdwn b/posts/bug_reporting_rate.mdwn index d473b31..7a46581 100644 --- a/posts/bug_reporting_rate.mdwn +++ b/posts/bug_reporting_rate.mdwn @@ -15,8 +15,13 @@ 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=0 echo=0 code=""" +print(getwd()) +"""]] + +[[!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)