On Fri, 26 Mar 2004, Thomas Lumley wrote:

>
> Yep, bind.c:do_bind has
>
>     switch(mode) {
>     case NILSXP:
>     case LGLSXP:
>     case INTSXP:
>     case REALSXP:
>     case CPLXSXP:
>     case STRSXP:
>         break;
>     default:
>         errorcall(call, "cannot create a matrix from these types");
>     }
>
>
> Looks like a fairly simple fix to me.

Not any more it doesn't.  bind.c:AnswerType puts lists together with
pairlists and who knows what else in its `other' class, so a bit more
thought and coding is needed.

It should be fairly straightforward, but it's not a localised change.

        -thomas

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to