[Rd] onClose - device notification

2010-08-07 Thread _
Hi all, is it possible - and if so how, to receive a notification when a device is closed ? In other words, can I set an trigger at a device window ? ( not tcltk, the windows window ) Thank you. Greetings __ R-devel@r-project.org mailing list https

[Rd] readline operate-and-get-next

2010-08-07 Thread Rafael Laboissiere
Both Bash and Octave have a nifty addition to the readline library called "operate-and-get-next", bound to "C-o". This function accepts the current line for execution and fetch the next line relative to the current line from the history for editing (see http://www.faqs.org/docs/bashman/bashref_101

Re: [Rd] rbind on data.frame that contains a column that is also a data.frame

2010-08-07 Thread Martin Maechler
> Heinz Tuechler > on Sat, 07 Aug 2010 01:01:24 +0100 writes: > Also Surv objects are matrices and they share the same problem when > rbind-ing data.frames. > If contained in a data.frame, Surv objects loose their class after > rbind and therefore do not more represe