Re: [O] Recent bug? in R source blocks generating images

2016-04-08 Thread William Denton
On 8 April 2016, Rainer M Krug quoted me: There's something odd happening to me tonight with R source blocks and :session. This is fixed now. It was a problem with ESS. Thanks for the pointer. Bill -- William Denton ↔ Toronto, Canada ↔ https://www.miskatonic.org/

Re: [O] Recent bug? in R source blocks generating images

2016-04-08 Thread William Denton
On 8 April 2016, Rainer M Krug wrote: than I went back to Org-mode version 8.3.4 (release_8.3.4-702-gcd47ab @/Users/rainerkrug/.emacs.d/org-mode/lisp/) and it was not working either. But there was an update of ESS at the same time which should have caused this. OK - commit 9be858b of ESS is

Re: [O] Recent bug? in R source blocks generating images

2016-04-08 Thread Rainer M Krug
William Denton writes: > Sorry about that; hit send too soon. > > There's something odd happening to me tonight with R source blocks and > :session. > > This works, and generates an image: > > #+BEGIN_SRC R :results graphics :file example.png > plot(1) > #+END_SRC > > > But if I

[O] Recent bug? in R source blocks generating images

2016-04-07 Thread William Denton
Sorry about that; hit send too soon. There's something odd happening to me tonight with R source blocks and :session. This works, and generates an image: #+BEGIN_SRC R :results graphics :file example.png plot(1) #+END_SRC But if I start an R session (M-x R) and then run this, with :session, I

[O] Recent bug in R source blocks generating images

2016-04-07 Thread William Denton
This is #+BEGIN_SRC R :session :results graphics :file example.png :width 800 :height 400 library(ggplot2) ggplot(mpg, aes(class)) + geom_bar() #+END_SRC -- William Denton ↔ Toronto, Canada ↔ https://www.miskatonic.org/