[Rd] cbind/rbind fail on matrixes containing lists (PR#6702)

Thomas Lumley tlumley at u.washington.edu
Fri Mar 26 23:30:45 CET 2004


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.

	-thomas



More information about the R-devel mailing list