X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=posts%2Fbug_reporting_rate.mdwn;h=0f952b719f3d595f00cbb17384e5f7c01c249e62;hp=d473b31c10027b07b522bb6945adb33b1e30611e;hb=7c1c2787b2b20970076151f03e6c5a1366e02e32;hpb=8ffa3f776e289cc207b7c0cae63691c7dc56bc0a diff --git a/posts/bug_reporting_rate.mdwn b/posts/bug_reporting_rate.mdwn index d473b31..0f952b7 100644 --- a/posts/bug_reporting_rate.mdwn +++ b/posts/bug_reporting_rate.mdwn @@ -17,7 +17,7 @@ Now, lets get the data into R and plot it. [[!sweavealike results="hide" fig=1 echo=0 code=""" require(lattice) -reporting.rate <- read.table("data/bug_reporting_rate.txt") +reporting.rate <- read.table("../data/bug_reporting_rate.txt") colnames(reporting.rate) <- c("bug","epoch") reporting.rate <- data.frame(reporting.rate) reporting.rate$bug <- as.numeric(gsub("\\\\.report","",gsub(".*\\\\/","",reporting.rate$bug)))