[ESS] Customisation of ess-r-versions or ess-r-versions-list

John Maindonald john.maindonald at anu.edu.au
Wed Aug 17 01:31:15 CEST 2011


Yes, 
(setq ess-s-versions-list
       '( ("R64" "/usr/bin/R64")
          ("R32" "/usr/bin/R32")))
works.  The buffer for R64 is however called *S+6*.  No doubt there is
some variable that one can set that will fix this; I have not investigated.  

One can have defvar in place of setq.  Does it matter which one uses?

John

John Maindonald             email: john.maindonald at anu.edu.au
phone : +61 2 (6125)3473    fax  : +61 2(6125)5549
Centre for Mathematics & Its Applications, Room 1194,
John Dedman Mathematical Sciences Building (Building 27)
Australian National University, Canberra ACT 0200.
http://www.maths.anu.edu.au/~johnm

On 16/08/2011, at 10:24 PM, Stephen Eglen wrote:

> John Maindonald <john.maindonald at anu.edu.au> wrote:
> 
>> Thanks for that.  Insertion, prior to (require 'ess-site)
>> (setq ess-r-versions '("R-2" "R32" "R64"))
>> 
>> does the job.
> Great, thanks for checking.
> 
> 
>> setq ess-r-versions-list
>>        '( ("R64" "/usr/bin/R64")
>>           ("R32" "/usr/bin/R32")))
>> 
>> did nothing, but maybe I needed to combine this with some other
>> addition.
> 
> That variable does not exist; we have instead 
> ess-s-versions-list
> 
> does that work for you?
> 
> Stephen



More information about the ESS-help mailing list