From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: R and babel on Windows problem Date: Mon, 2 Jul 2012 17:16:20 -0500 Message-ID: References: <87ipea3rfq.fsf@Rainer.invalid> <18442.1340998640@alphaville> <18840.1341001001@alphaville> <31262.1341264369@alphaville> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slouu-0002aP-CU for emacs-orgmode@gnu.org; Mon, 02 Jul 2012 18:16:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Slous-0001Eq-JB for emacs-orgmode@gnu.org; Mon, 02 Jul 2012 18:16:23 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:57945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slous-0001Eb-9p for emacs-orgmode@gnu.org; Mon, 02 Jul 2012 18:16:22 -0400 Received: by bkcjc3 with SMTP id jc3so2975758bkc.0 for ; Mon, 02 Jul 2012 15:16:20 -0700 (PDT) In-Reply-To: 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: nicholas.dokos@hp.com Cc: Achim Gratz , emacs-orgmode@gnu.org > > Anyway: > - Visited ob-R.el in emacs > - Found org-babel-R-evaluate-external-process > - Put the cursor on the line =(defun org-babel-R-evaluate-external-process= > - Did =M-x C-M-x= and the minibuffer echoed the name of the function > - Visited my file, test.org and did =C-c C-c= on the R babel block > - Nothing different occurred; I just got "The system cannot find the > path specified" > > I tried the above again with regular 'ol org-babel-R-evaluate just in > case and had the same results. > > I'm clearly goofing something but have no idea what it is. > Okay. I think I may have triggered =edebug-all-defs= when I was tinkering around earlier and from the page about "instrumenting" edebug it seemed like that could tweak some things undesirably. I got that fixed and turned on edebug for org-babel-R-evaluate-external-process and am getting nothing. The modeline in my test file has turned to "Org *Debugging* Fill" but still produces none of the incremental evaluation pauses I would have expected. I tried the same with org-babel-execute-src-block in ob.el since that's what's called first and am still getting no new activity from edebug. Just the same message about the path. John > > John > > >> >> If you mess it up (and you probably will a few times), no problem: just try >> again. And be patient! >> >> Good luck, >> Nick >> >> >> >>> >>> John >>> >>> >>> > >>> > Nick >>> > >>> >> Using =M-x R= works find. ESS is finding R. I successfully loaded a >>> >> .csv, ggplot2 and plotted. >>> >> >>> >> >>> >> John >>> >> >>> >> John >>> >> >>> >> > >>> >> > Nick >>> >> > >>> >> >>>