[R-SIG-Mac] how to start R64 from M-x R...

2010-01-12 Thread Christian Hoffmann
Hi there, May be this question has been answered before, but how to start the 64 bit version inside ESS? I have successfully used C-u M-x R then --arch=x86_64 RT, but remembering --arch=x86_64 is a nuisance (for me...). Defining on Unix alias R64 'R --arch=x86_64 ' works only from the

Re: [R-SIG-Mac] how to start R64 from M-x R...

2010-01-12 Thread Simon Urbanek
On Jan 12, 2010, at 14:47 , Christian Hoffmann wrote: Hi there, May be this question has been answered before, but how to start the 64 bit version inside ESS? I have successfully used C-u M-x R then --arch=x86_64 RT, but remembering --arch=x86_64 is a nuisance (for me...). Defining on

Re: [R-SIG-Mac] how to start R64 from M-x R...

2010-01-12 Thread John Maindonald
The following in the .emacs file should do the job: (setq-default inferior-R-program-name R32); unix systems (setq ess-r-versions '(R-1 R-2 R32 R64)) In my setup, I follow this with: (load /usr/local/ess/ess-5.7.1/lisp/ess-site) Change the R32 in the initial line to R64 to make that the