Re: [R] Error: serialization is too large to store in a raw vector

2011-11-03 Thread Martin Morgan
On 11/02/2011 03:37 PM, Alaios wrote: Dear all, I have quite large code (with lapply and mclapply) and I am getting the following error. Error: serialization is too large to store in a raw vector Is it possible to ask from R to extend the Error messages with more details? I would like to see wh

Re: [R] Error: serialization is too large to store in a raw vector

2011-11-02 Thread David Winsemius
On Nov 2, 2011, at 6:37 PM, Alaios wrote: > Dear all, > I have quite large code (with lapply and mclapply) > and I am getting the following error. > > Error: serialization is too large to store in a raw vector > > Is it possible to ask from R to extend the Error messages with more details? >

Re: [R] Error: serialization is too large to store in a raw vector

2011-11-02 Thread Bert Gunter
?traceback ?options ## especially _recover_ for the error option. -- Bert On Wed, Nov 2, 2011 at 3:37 PM, Alaios wrote: > Dear all, > I have quite large code (with lapply and mclapply) > and I am getting the following error. > > Error: serialization is too large to store in a raw vector > > Is