Re: org-babal-R-command

2022-06-30 Thread Payas Relekar
Naresh Gurbuxani writes: Can you escape spaces with backslash? (setq org-babel-R-command “c:/Program\ Files/Microsoft/R\ Open/R-3.5.1/bin/R.exe —slave —no-save”) Another way is to use single quotes: (setq org-babel-R-command “'c:/Program Files/Microsoft/R Open/R-3.5.1/bin/R.exe' —slave

Re: org-babal-R-command

2022-06-28 Thread Naresh Gurbuxani
It works! You made my day. Thanks, Naresh Sent from my iPhone > On Jun 28, 2022, at 2:40 PM, Bruno Barbier wrote: > > Naresh Gurbuxani 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

Re: org-babal-R-command

2022-06-28 Thread Bruno Barbier
Naresh Gurbuxani 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

org-babal-R-command

2022-06-28 Thread Naresh Gurbuxani
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