Re: R code block produces no output

2019-12-17 Thread Vikas Rawal
>> That should be ":results file graphics". >> >> > Thanks very much. This works. I guess this has recently changed. I have > always used ":results output graphics" > > > I see that the behaviour changed with 9.3. Release notes ( https://www.orgmode.org/Changes.html) have this: :file header

Re: R code block produces no output

2019-12-17 Thread Vikas Rawal
On Tue, 17 Dec 2019 at 18:13, William Denton wrote: > On 17 December 2019, Vikas Rawal wrote: > > > A simple code block like the following does not create the graph. > > > > #+NAME: test > > #+BEGIN_SRC R :results output graphics :exports results :file temp.jpg > :width 2400 :height 1200 :res

Re: R code block produces no output

2019-12-17 Thread William Denton
On 17 December 2019, Vikas Rawal wrote: A simple code block like the following does not create the graph. #+NAME: test #+BEGIN_SRC R :results output graphics :exports results :file temp.jpg :width 2400 :height 1200 :res 300 :session temp That should be ":results file graphics". Bill --

R code block produces no output

2019-12-17 Thread Vikas Rawal
I have a strange problem and I wonder if there is a new bug. Would appreciate for any help in identifying the problem. A simple code block like the following does not create the graph. #+NAME: test #+BEGIN_SRC R :results output graphics :exports results :file temp.jpg :width 2400 :height 1200