On Tue, 9 Dec 2003 [EMAIL PROTECTED] wrote:

> I can confirm this bug on Solaris 2.8 running R-1.8.1.  Here's a simplified
> version:
>
> y <- list()
> sapply(1, function(i) y[[i]] <- expression(1))
> cbind(1, rep(2,1))
>

Furthermore, it doesn't happen with lapply() or with sapply(,
simplify=FALSE), so it is linked to the simplify step

        -thomas

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

Reply via email to