[Rd] as() creates invalid entries in methods list?

2007-04-15 Thread Seth Falcon
Hi, We've observed rather strange behavior related to as(). When as() is used to make a conversion to a super class, an invalid entry is inserted into the table of methods. > setClass("A", contains="list") > get(".MTable", environment(coerce))[["list#A"]] NULL > as(list(), "A") >

Re: [Rd] save() and interrupts

2007-04-15 Thread Henrik Bengtsson
Hi, thanks for this. On 4/15/07, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > On Sun, 15 Apr 2007, Henrik Bengtsson wrote: > > > are there any (cross-platform) specs on what the saved filed is if > > save() is interrupted, e.g. by a user interrupt? It could be > > non-existing, empty, partly

Re: [Rd] save() and interrupts

2007-04-15 Thread Prof Brian Ripley
On Sun, 15 Apr 2007, Henrik Bengtsson wrote: > are there any (cross-platform) specs on what the saved filed is if > save() is interrupted, e.g. by a user interrupt? It could be > non-existing, empty, partly written, or completed. My understanding is that you cannot user interrupt compiled code

[Rd] save() and interrupts

2007-04-15 Thread Henrik Bengtsson
Hi, are there any (cross-platform) specs on what the saved filed is if save() is interrupted, e.g. by a user interrupt? It could be non-existing, empty, partly written, or completed. Thanks Henrik __ [EMAIL PROTECTED] mailing list https://stat.ethz.

Re: [Rd] Sort output of apropos

2007-04-15 Thread Seth Falcon
Prof Brian Ripley <[EMAIL PROTECTED]> writes: > Seems sensible, but 2.5.0 is in feature freeze and it is possible that > someone has relied on this. > > I've added this (and a \value section to the help file) for R-devel. Excellent. Thank you. + seth -- Seth Falcon | Computational Biology | F

Re: [Rd] Sort output of apropos

2007-04-15 Thread Prof Brian Ripley
Seems sensible, but 2.5.0 is in feature freeze and it is possible that someone has relied on this. I've added this (and a \value section to the help file) for R-devel. On Wed, 11 Apr 2007, Seth Falcon wrote: > A further improvement to apropos() would be to sort the output. > Currently, the out