[O] :dir argument does not seem to be working

2012-08-10 Thread John Hendy
Here's a hopefully reproducible example: -- * Test #+header: :dir C:/Users/username/Desktop :file test.png #+begin_src R :session R :results output graphics :exports results setwd("C:/Users/username/Documents") x <- 1:10 y <- x^2 plot(x,y) #+end_src -- I prefer to use R on Linu

Re: [O] :dir argument does not seem to be working

2012-08-10 Thread John Hendy
On Fri, Aug 10, 2012 at 3:05 PM, John Hendy wrote: > Here's a hopefully reproducible example: > > -- > > * Test > > #+header: :dir C:/Users/username/Desktop :file test.png > #+begin_src R :session R :results output graphics :exports results > setwd("C:/Users/username/Documents") > x <- 1:1

Re: [O] :dir argument does not seem to be working

2012-08-10 Thread John Hendy
On Fri, Aug 10, 2012 at 3:13 PM, John Hendy wrote: > On Fri, Aug 10, 2012 at 3:05 PM, John Hendy wrote: >> Here's a hopefully reproducible example: >> >> -- >> >> * Test >> >> #+header: :dir C:/Users/username/Desktop :file test.png >> #+begin_src R :session R :results output graphics :exp