[R] unlist kills R
Manuel Gutierrez
manuel_gutierrez_lopez at yahoo.es
Wed Jan 5 09:59:00 CET 2005
When I try to unlist a very large list, R is killed
without any other warning:
A<-as.list(as.data.frame(matrix(1:21639744,nrow=3578,ncol=6048)))
with
AA<-unlist(A)
or
AA<-c(A,recursive=TRUE)
I get a
R terminado (killed)
and the end of the session.
I think I'll need to get more RAM (now 1Gb, any other
solutions welcomed) to be able to do this but,
shouldn't I get a more gentle warning than the kill
message?
Thanks,
Manuel
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 2
minor 0.1
year 2004
month 11
day 15
language R
More information about the R-help
mailing list