emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org-babal-R-command


From: Naresh Gurbuxani
Subject: Re: org-babal-R-command
Date: Tue, 28 Jun 2022 19:01:08 +0000

It works!  You made my day.

Thanks,
Naresh

Sent from my iPhone

> On Jun 28, 2022, at 2:40 PM, Bruno Barbier <brubar.cs@gmail.com> wrote:
> 
> Naresh Gurbuxani <naresh_gurbuxani@hotmail.com> writes:
> 
>> In my windows computer, R is installed at c:/Program Files/Microsoft/R 
>> Open/R-3.5.1/bin
>> 
>> Notice two spaces: “Program Files” and “R Open”
>> 
>> How can I set the variable org-babel-R-command?
>> 
>> I tried
>> (setq org-babel-R-command “c:/Progra~1/Microsoft/R Open/R-3.5.1/bin/R.exe 
>> —slave —no-save”)
>> 
>> But the space between R and Open is a problem.  What is the solution?
> 
> Maybe this will work (quoting the path between "):
> 
>  (setq org-babel-R-command “\"c:/Progra~1/Microsoft/R 
> Open/R-3.5.1/bin/R.exe\" —slave —no-save”)
> 
> 
> 
>> 
>> Thanks,
>> Naresh
>> 
>> Sent from my iPhone

reply via email to

[Prev in Thread] Current Thread [Next in Thread]