Skip to content
Prev 32212 / 398513 Next

how to run R as a daemon

Prof Brian Ripley wrote:

            
I don't understand how you made this test. What does "gannet%" mean? 
Anyway, when I launch R with these options (--vanilla and --slave), it 
is fast enough.
This is a good piece of news. But how ?
I 'll make some tests about possible interactions if I successfully 
launch R in such a mode.
Seems to be a good idea. I'm not used to edit my .RData but sure it 
would be an improvement. I had not even thought about it.
I clearly prefer using S3 classes & methods. I knew S4 classes would 
cause slowness problems. But I did not find a clear documentation about 
differences between S3 and S4. Neither did I find detailed tutorials 
about R programming. Which part of my code structure is S3-like and 
which one is S4-like ? Is the above-mentionned problem S4 classes' fault 
? You mean with clean S3 scripts I would have none of these drawbacks ?
I won't use R 1.7.0 for the time. First everything has to work fine with 
R 1.6.2. I think I have few things in R_DEFAULT_PACKAGES, and I cannot 
omit methods because I use them all !

Thank you for your answer.
Laurent