[Rd] S4 plot generic documentation

2010-09-16 Thread Seb
n code not in docs: y Mismatches in argument names: Position: 2 Code: y Docs: ... ---<----cut here---end->--- So it seems as if I'm asked to document the generic, not the particular method. What am I misunderstanding? Thanks. Cheers, -- Seb __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] value returned by by()

2010-09-15 Thread Seb
on=representation(A="list")) [1] "Whatever" R> new("Whatever", A=wL) Error in validObject(.Object) : invalid class "Whatever" object: invalid object for slot "A" in class "Whatever": got class "by", should be or extend class &

Re: [Rd] value returned by by()

2010-09-15 Thread Seb
On Wed, 15 Sep 2010 11:29:23 +0200, peter dalgaard wrote: > On Sep 15, 2010, at 10:55 , Uwe Ligges wrote: > > > > > > On 14.09.2010 20:50, Seb wrote: > >> On Tue, 14 Sep 2010 12:02:04 +0200, > >> Uwe Ligges wrote: > >> > >>> It r

Re: [Rd] value returned by by()

2010-09-14 Thread Seb
aks, by(warpbreaks[, 1:2], tension, summary [1] "array" It seems as if the only way to really ensure a list: R> class(lapply(unclass(with(warpbreaks, by(warpbreaks[, 1:2], tension, summary))), function(x) x)) [1] "list" but it seems like a waste to cal

[Rd] value returned by by()

2010-09-13 Thread Seb
>--- One could force a list by wrapping it around an lapply(by.object, "["), but this is not possible if the object contains S4 objects. How does one force a list in those cases? Cheers, -- Seb __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] How to add a slot to S4 class of an existing package?

2010-09-08 Thread Seb
On Tue, 7 Sep 2010 20:41:14 -0400, Kasper Daniel Hansen wrote: > Seb That thread and the resources in Biobase assumes that you have a > class that extends "Versioned". Doing so will help you in the long > run by providing you with updateObject (at the cost of some > com

Re: [Rd] R freezes under Windows while loading package

2006-05-03 Thread Seb
On Wed, 03 May 2006 10:22:39 -0400 Duncan Murdoch <[EMAIL PROTECTED]> wrote: > On 5/3/2006 10:14 AM, Sebastian Manz wrote: > > Hi, > > > > we build this R package using C++ code and under linux it works > > fine. After installing: > > - R version 2.2.1 > > - minGW gcc version 3.4.2 > > - perl ver