[Rd] sweep sanity checking?

Petr Savicky savicky at cs.cas.cz
Thu Jul 12 10:40:05 CEST 2007


I am sorry for an incomplete proposal. The stricter check
     if (check.margin && any(dims[MARGIN]!=dimstat)) {
was meant to be
     if (check.margin && (length(dimstat)!=length(MARGIN) || any(dims[MARGIN]!=dimstat))) {

Petr.



More information about the R-devel mailing list