]> git.donarmstrong.com Git - don.git/commitdiff
try fixing the file location
authorDon Armstrong <don@donarmstrong.com>
Wed, 10 Oct 2012 01:20:05 +0000 (18:20 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 10 Oct 2012 01:20:05 +0000 (18:20 -0700)
posts/bug_reporting_rate.mdwn

index d473b31c10027b07b522bb6945adb33b1e30611e..0f952b719f3d595f00cbb17384e5f7c01c249e62 100644 (file)
@@ -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)))