[ESS] Fwd: ess-timeout

Richard M. Heiberger rmh at temple.edu
Tue Apr 4 14:52:18 CEST 2006


I would handle that situation in R, not in emacs.

I suggest you make a .RData consisting of the objects that you load.
Then attach that directory.  It will be very fast.

open R
run your .First
close R and save the image
>From emacs dired, move the .RData somewhere else, say myfunctions/.RData
Start R with a new .First containing the line
   attach("myfunctions/.RData")

---- Original message ----
>Date: Tue, 4 Apr 2006 14:41:11 +0200
>From: Meinhard Ploner <meinhardploner at gmx.net>  
>Subject: [ESS]  ess-timeout  

>Another question: when I start R into emacs .First() loads a huge  
>amount of objects, which is my intention. But this process gives me  
>always the warning : Timeout waiting for prompt. Check inferior-ess- 
>prompt or ess-loop-timeout.
>
>Is there some remedy for that?




More information about the ESS-help mailing list