Re: [R] Error message when creating a dataframe

2010-11-01 Thread Erik Iverson
I suggest using the most recent version of R (2.12.0 I believe) and providing a reproducible example, showing us exactly how you are creating this data.frame (assuming it still exhibits the behavior). --Erik ANJAN PURKAYASTHA wrote: Hi, I'm creating a data frame of 24 columns and 45101 rows. He

[R] Error message when creating a dataframe

2010-11-01 Thread ANJAN PURKAYASTHA
Hi, I'm creating a data frame of 24 columns and 45101 rows. Here is the error I get: R(147,0xa04d8720) malloc: *** mmap(size=184320) failed (error code=12) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug Any idea of what I can do to trouble-shoot? Attached is th