Skip to content
Prev 6745 / 15075 Next

how to start R64 from M-x R...

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 default.

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 13/01/2010, at 6:58 AM, Simon Urbanek wrote: