From 794d3c19083d41fd28505a3387f0562db74335a5 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 9 Oct 2012 18:24:10 -0700 Subject: [PATCH] add wd print --- posts/bug_reporting_rate.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/posts/bug_reporting_rate.mdwn b/posts/bug_reporting_rate.mdwn index 0f952b7..d164d1a 100644 --- a/posts/bug_reporting_rate.mdwn +++ b/posts/bug_reporting_rate.mdwn @@ -15,9 +15,10 @@ 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) -reporting.rate <- read.table("../data/bug_reporting_rate.txt") +print(getwd()) +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))) -- 2.39.2