Re: [R] segfault when using data.table package in conjunction with foreach

2012-02-24 Thread Uwe Ligges
0. Read the posting guide! It tells you to 1. Do not cross post! 2. Do try a recent version of R and all packages you have in use. 3. If it still fails, send a reproducible example. Uwe Ligges On 23.02.2012 18:04, Matthew Keller wrote: Hi all, I'm trying to use the package read.table w

[R] segfault when using data.table package in conjunction with foreach

2012-02-23 Thread Matthew Keller
Hi all, I'm trying to use the package read.table within a foreach loop. I'm grabbing 500M rows of data at a time from two different files and then doing an aggregate/tapply like function in read.table after that. I had planned on doing a foreach loop 39 times at once for the 39 files I have, but o