[R] Stack overflow error while creating package

2005-12-06 Thread manohar
Hi all, I am trying to build a package in R (ver 2.1.0, on a PC). I am able to run package.skeleton successfully and populate the different environments. However, when I attempt to invoke the build (R CMD BUILD), i get an error which says something like protect(): Stack Overflow I would

Re: [R] Stack overflow error while creating package

2005-12-06 Thread Martin Maechler
manohar == manohar [EMAIL PROTECTED] on Tue, 6 Dec 2005 06:39:27 -0800 (PST) writes: manohar Hi all, manohar I am trying to build a package in R (ver 2.1.0, on a manohar PC). which I interpret that you are running Windows, right? manohar I am able to run package.skeleton

Re: [R] Stack overflow error while creating package

2005-12-06 Thread Prof Brian Ripley
I don't think this is C stack overflow. His R is so old the message means `protection stack overflow'. The first action (as described in the posting guide) is indeed to update R, though. On Tue, 6 Dec 2005, Martin Maechler wrote: manohar == manohar [EMAIL PROTECTED] on Tue, 6 Dec 2005