From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Evaluating R source code line by line Date: Sat, 13 Dec 2014 18:48:04 +0530 Message-ID: <437630D3-66D0-4D3F-BCD2-5F1731776CAC@agrarianresearch.org> References: <86y4qbkgei.fsf@me.localhost.invalid> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzmaO-0002Fg-Sa for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 08:18:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzmaJ-0003aC-B2 for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 08:18:16 -0500 Received: from mail-pd0-f173.google.com ([209.85.192.173]:42587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzmaJ-0003a4-58 for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 08:18:11 -0500 Received: by mail-pd0-f173.google.com with SMTP id ft15so8861641pdb.32 for ; Sat, 13 Dec 2014 05:18:10 -0800 (PST) In-Reply-To: <86y4qbkgei.fsf@me.localhost.invalid> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Daniele Pizzolli , org-mode mailing list 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 >=20 > Use ESS to step through evaluation line-by-line >=20 > Use C-c ' to visit the edit buffer for your code block > Use ess-eval-line-and-step to evaluate each line in turn >=20 > ess-eval-line-and-step is usually bound to C-c C-n I know this and use it. But since my code evaluation is quite resource = intensive, when I later evaluate the code using C-c C-c to insert = results in my org buffer, it would be useful to see how far it is = progressing. Vikas=