Re: [R] Re : stack overflow when loading workspace

2009-09-12 Thread Prof Brian Ripley
There is a command-line flag for this: tystie% R --help ... --max-ppsize=NSet max size of protect stack to N so you do not need to re-compile. It is not uncommon to need more space to load objects than to save them, and the need to raise this limit to re-load a worskpace has come up

Re: [R] Re : stack overflow when loading workspace

2009-09-12 Thread Duncan Murdoch
On 12/09/2009 5:04 PM, sebed1110-div...@yahoo.fr wrote: Hi, the error message is "Error: protect(): protection stack overflow" 63000 objects is far more than most people would use, so you may have hit an internal limit. The "protection stack" is used internally by R to temporarily mark obje

[R] Re : stack overflow when loading workspace

2009-09-12 Thread sebed1110-divers
Hi, the error message is "Error: protect(): protection stack overflow" Edwige. > Dear all, > > I can't load my workspace of 25Mo on R version 2.9.2, because of " But I saved it normally (save.image()), and I didn't get any notification... > Does anyone know