Re: [O] asynchronous code evaluation

2013-09-06 Thread Eric Schulte
Johannes Rainer johannes.rai...@gmail.com writes: hi all! I have some pretty calculation intense R code in a code block and when I execute the code (C-c C-c) my emacs freezes and waits for the code to finish. Is there a way to evaluate the code asynchronously, so that I could edit the file

Re: [O] asynchronous code evaluation

2013-09-04 Thread Suvayu Ali
On Wed, Sep 04, 2013 at 07:27:01AM +0200, Johannes Rainer wrote: hi all! I have some pretty calculation intense R code in a code block and when I execute the code (C-c C-c) my emacs freezes and waits for the code to finish. Is there a way to evaluate the code asynchronously, so that I could

Re: [O] asynchronous code evaluation

2013-09-04 Thread Johannes Rainer
On Wed, Sep 4, 2013 at 10:00 AM, Suvayu Ali fatkasuvayu+li...@gmail.comwrote: On Wed, Sep 04, 2013 at 07:27:01AM +0200, Johannes Rainer wrote: hi all! I have some pretty calculation intense R code in a code block and when I execute the code (C-c C-c) my emacs freezes and waits for the

Re: [O] asynchronous code evaluation

2013-09-04 Thread Suvayu Ali
On Wed, Sep 04, 2013 at 03:23:03PM +0200, Johannes Rainer wrote: On Wed, Sep 4, 2013 at 10:00 AM, Suvayu Ali fatkasuvayu+li...@gmail.comwrote: That said, I am curious why you are knowingly tying a computationally intensive (possibly buggy, during development i.e.) process with your

Re: [O] asynchronous code evaluation

2013-09-04 Thread Charles Berry
Johannes Rainer johannes.rainer at gmail.com writes: hi all! I have some pretty calculation intense R code in a code block and when I execute the code (C-c C-c) my emacs freezes and waits for the code to finish. Is there a way to evaluate the code asynchronously, so that I could

Re: [O] asynchronous code evaluation

2013-09-04 Thread Allen S. Rout
On 09/04/2013 09:23 AM, Johannes Rainer wrote: well, I'm using emacs/org for my data analyses in R. I thus combine documentation (i.e. the conclusions drawn from e.g. plots created in R) and the R code to perform the analysis in my org file. Since I'm analysing high throughput data some tasks

Re: [O] asynchronous code evaluation

2013-09-04 Thread Brett Viren
Hi Johannes, Johannes Rainer johannes.rai...@i-med.ac.at writes: well, I'm using emacs/org for my data analyses in R. I thus combine documentation (i.e. the conclusions drawn from e.g. plots created in R) and the R code to perform the analysis in my org file. Since I'm analysing high