Re: [R] Runtime error in R

2013-08-14 Thread Camilo Mora
Thanks Jeff: I simplified my code and a single line in which I open a file causes this problem. The file opens well in another program and smaller files open just fine in R. So it seems the problem is with a default value somewhere for how big the files can be. I am suspicious of this as R

Re: [R] Runtime error in R

2013-08-13 Thread Jeff Newmiller
It would seem that in going to a 64 bit architecture you have not escaped your memory problems. Such problems are highly varied in details, so you would need to be much more specific about how you are encountering this problem before anyone could help. Read the Posting Guide and make a reproduci

[R] Runtime error in R

2013-08-13 Thread Camilo Mora
Hi everyone: I am running a code in R and I get the following message after using large files (files larger than 2GB): "Runtime error! this application has requested the Runtime to terminate it in an usual way. Please contact the application's support team for more information" Another perso