From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: R and babel on Windows problem Date: Fri, 29 Jun 2012 16:16:41 -0400 Message-ID: <18840.1341001001@alphaville> References: <87ipea3rfq.fsf@Rainer.invalid> <18442.1340998640@alphaville> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkhcY-0002To-85 for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 16:16:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkhcW-0000jz-3r for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 16:16:49 -0400 Received: from g5t0008.atlanta.hp.com ([15.192.0.45]:23429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkhcV-0000jA-Ju for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 16:16:48 -0400 In-Reply-To: Message from John Hendy of "Fri\, 29 Jun 2012 15\:00\:39 CDT." 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: Achim Gratz , emacs-orgmode@gnu.org John Hendy wrote: > On Fri, Jun 29, 2012 at 2:37 PM, Nick Dokos wrote: > > John Hendy wrote: > > > >> On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz wrote: > >> > [re-sent] > >> > > >> > John Hendy writes: > >> >> I typically use orgmode + babel on Linux and have no problems. Tryi= ng > >> >> to run on Windows 7 and having issues... > >> >> > >> >> (setq org-babel-R-command "C:/Program\ Files/R/R-2.15.0/bin/R") > >> > > >> > Try the 8.3 compatible name to avoid the space in the path. =C2=A0If= it ever > >> > goes through more than one level of unquoting it will otherwise brea= k. > >> > > >> > (setq org-babel-R-command "C:/Progra~1/R/R-2.15.0/bin/R") > >> > >> Same error. Also, curiously, =3DM-x customize-variable RET org-babel-R > >> TAB=3D yields no results... is this the right variable? > >> >=20 >=20 > > It is, but it seems not to have a customizable interface I guess: I get > > the same result you do with customize-variable. OTOH, C-h v > > org-babel-R-TAB brings it up with no problem. >=20 > Good call. It comes up with that and is set to the above (Progra~1 > version) but is still saying command not found when I try C-c C-c on a > babel block. >=20 > Any debug methods? >=20 edebug org-babel-R-evaluate-external-process and single step through it perhaps? I would clean up .elc files and start a new emacs before trying that just to makee sure that I have a clean slate. You might have to go down to org-babel-eval as well and single step through that. Nick > Using =3DM-x R=3D works find. ESS is finding R. I successfully loaded a > .csv, ggplot2 and plotted. >=20 >=20 > John >=20 > John >=20 > > > > Nick > > >=20