From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: org-babel-R and windows ? Date: Tue, 12 Jan 2010 11:05:15 -0700 Message-ID: <87pr5f9p2c.fsf@gmail.com> References: <878wc3kyli.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUl7R-0003f7-W7 for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 13:05:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUl7N-0003dV-Fz for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 13:05:29 -0500 Received: from [199.232.76.173] (port=43655 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUl7N-0003dS-8d for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 13:05:25 -0500 Received: from mail-ew0-f211.google.com ([209.85.219.211]:46055) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUl7M-0001yj-8n for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 13:05:24 -0500 Received: by ewy3 with SMTP id 3so17426022ewy.33 for ; Tue, 12 Jan 2010 10:05:21 -0800 (PST) In-Reply-To: <878wc3kyli.fsf@stats.ox.ac.uk> (Dan Davison's message of "Tue, 12 Jan 2010 12:43:53 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Davison Cc: emacs-orgmode@gnu.org, "d.tchin" Dan Davison writes: [...] > > The org-babel default is to invoke R as an external shell command, and I > think this is what is causing the problem. It requires that the emacs > function shell-command can use the string "R" to invoke an R process, > i.e. the R installation and the shell path must be such that this is the > case. > If the "R" command turns out to be the culprit it would be an easy fix to make the command used to run R externally a user-defined variable. -- Eric