Hi,
I'm experiencing R segmentation faults on multiple versions of R
when writing out a particular data.frame:
## dd is a 44 by 3 data.frame
load(url("http://stat.bell-labs.com/RS-DBI/download/dd.rda";))
write.table(dd, file = "dd.csv", sep = ",", row.names = FALSE)
this occurs on
> s
Martin Maechler wrote:
> > "AndyL" == Liaw, Andy <[EMAIL PROTECTED]>
> > on Tue, 4 Oct 2005 13:51:11 -0400 writes:
>
> AndyL> The `problem' is that sort() does not doing anything special when
> given
> AndyL> a matrix: it only treat it as a vector. After sorting, it copies
>