Re: [ESS] Problem starting specific R version

2018-07-01 Thread Alex Branham via ESS-help
Hi Henric - Thanks. I forgot how Windows handles different R versions. I've pushed a commit to my personal branch that I think fixes this. I did it on a separate branch that contains some other work though so the line numbers won't match up with what you have.

Re: [ESS] Problem starting specific R version

2018-07-01 Thread Henric Winell via ESS-help
Hi Alex, On 2018-07-01 15:51, Alex Branham wrote: Thanks. I think the solution is to change "car" to "cdr" in ess-r-define-runners in ess-r-mode.el. It's hard for me to test this, though, since I don't have a windows machine. IIUC, you'd like to change 'car' to 'cdr' on L733:

Re: [ESS] Problem starting specific R version

2018-07-01 Thread Henric Winell via ESS-help
Hi Alex, On 2018-07-01 14:03, Alex Branham wrote: Thanks for the report. Thanks for the swift reply and interest in this matter. Can you let me know the exact name of those two programs, including the full path (e.g. C:\\Program Files\R\R-3.5\R.exe or whatever)? And the Under 64-bit

[ESS] Problem starting specific R version

2018-07-01 Thread Henric Winell via ESS-help
Hi, I'd like to report the following, which I suspect is a bug: On my Windows 10 system using Emacs 25.3.1 I've got several R versions. For example, I've got R-3.5.0 and R-devel installed under C:\Program Files\R\R-3.5 and C:\Program Files\R\R-3.6, respectively. Up until quite recently, I