[ESS] Problem with R 2.6.0 "Lisp nesting exceeds max-lisp-eval-depth"

Richard M. Heiberger rmh at temple.edu
Mon Nov 5 02:28:27 CET 2007


-----Original Message-----
From: On Behalf Of Bill.Venables at csiro.au

If I start a bash shell within Emacs and then start R using Rterm
--save, it works OK, but of course this does not link to ESS.


Yes, this links to ESS too.  Start R in a shell buffer with

Rterm --save --ess


Then in R, issue the startup commands
   options(chmhelp = FALSE)
   if(!exists("baseenv", mode="function")) baseenv <- function() NULL
   options(STERM='iESS', editor='gnuclient.exe')

Then in the *shell* buffer, enter M-x ess-add-ess-process

Rich




More information about the ESS-help mailing list