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
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 &
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
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
>---
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
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
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