From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Executable not found error with begin_src R but not begin_src R :session on Windows Date: Mon, 08 Apr 2013 19:53:29 -0600 Message-ID: <87vc7wii5i.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPNlA-0003gq-SX for emacs-orgmode@gnu.org; Mon, 08 Apr 2013 21:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPNlA-0006MF-3V for emacs-orgmode@gnu.org; Mon, 08 Apr 2013 21:54:08 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:65371) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPNl9-0006KE-Dq for emacs-orgmode@gnu.org; Mon, 08 Apr 2013 21:54:07 -0400 Received: by mail-pa0-f49.google.com with SMTP id kp14so3524399pab.8 for ; Mon, 08 Apr 2013 18:54:06 -0700 (PDT) In-Reply-To: (John Hendy's message of "Mon, 8 Apr 2013 20:32:57 -0500") 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: John Hendy Cc: emacs-orgmode John Hendy writes: > On 8.0-pre and have never had an issue with R source code blocks > before. I was just trying something simple like: > > #+begin_src R :exports results > > a <- 1+2 > a > > #+end_src > > I got empty #+results block upon execution and the *Org Babel Error* > (something like that) buffer had an error about the executable not > being found. Adding =:session= produced results, though. > > Is there something new about the difference between execution with and > without sessions with R? > I'm able to execute R code on 8.0-pre with or without a session. Perhaps your `org-babel-R-command' variable doesn't point to R, or maybe you have a broken install? If this problem persists please send an error trace (with `debug-on-error' set to t). Cheers, > > > John > -- Eric Schulte http://cs.unm.edu/~eschulte