Re: [O] Evaluating R source code line by line

2014-12-16 Thread Andreas Leha
Hi, I stand corrected. (Should test before I send...) Here is a reply I received from Ista which -- I think -- did not make it to the list: On Tue, Dec 16, 2014 at 11:32 AM, Andreas Leha wrote: > Hi Vikas, > > > Vikas Rawal writes: >> >> >> >> For your use case, I would suggest adding pr

Re: [O] Evaluating R source code line by line

2014-12-16 Thread Andreas Leha
Hi Vikas, Vikas Rawal writes: > > > > For your use case, I would suggest adding print() calls in > strategic > places in your long-running code, which will appear in the R > buffer to > let you know how it’s progressing. > > > > I don’t quite understa

Re: [O] Evaluating R source code line by line

2014-12-15 Thread Vikas Rawal
> > > For your use case, I would suggest adding print() calls in strategic > places in your long-running code, which will appear in the R buffer to > let you know how it’s progressing. > I don’t quite understand everything you wrote. But this would be helpful for my test case. Will use. Thank

Re: [O] Evaluating R source code line by line

2014-12-13 Thread Aaron Ecay
Hi Vikas, 2014ko abenudak 13an, Vikas Rawal-ek idatzi zuen: > > On 13-Dec-2014, at 3:42 pm, Daniele Pizzolli wrote: >> Look at: >> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html >> >> Use ESS to step through evaluation line-by-line >> >> Use C-c ' to visit the edit buffer fo

Re: [O] Evaluating R source code line by line

2014-12-13 Thread Vikas Rawal
On 13-Dec-2014, at 3:42 pm, Daniele Pizzolli wrote: > Look at: > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html > > Use ESS to step through evaluation line-by-line > >Use C-c ' to visit the edit buffer for your code block >Use ess-eval-line-and-step to evaluate each

Re: [O] Evaluating R source code line by line

2014-12-13 Thread Daniele Pizzolli
Hello, Vikas Rawal writes: > I have an R source code blocks called with the ":results value” > option. I evaluate the code with C-c. When I do that, in my R session > buffer, I get to see several + + + until the final value is obtained, > and then the final value is shown, and inserted in my Org

[O] Evaluating R source code line by line

2014-12-12 Thread Vikas Rawal
I have an R source code blocks called with the ":results value” option. I evaluate the code with C-c. When I do that, in my R session buffer, I get to see several + + + until the final value is obtained, and then the final value is shown, and inserted in my Org buffer. I was wondering if there