Re: [R] error: contextstack overflow

2016-04-12 Thread John Kane
I've never seen the error mentioned before but see Brian Ripley's post 
https://stat.ethz.ch/pipermail/r-help/2008-March/157341.html. It looks like you 
are exceeding a limit.

We probably should see some sample code and data. 

Please have a look at 
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
 and/or http://adv-r.had.co.nz/Reproducibility.html  for some suggestions on 
what to include in a question.

John Kane
Kingston ON Canada


> -Original Message-
> From: r-help@r-project.org
> Sent: Tue, 12 Apr 2016 23:42:56 + (UTC)
> To: r-help@r-project.org
> Subject: [R] error: contextstack overflow
> 
> Dear r users
> I've a loop that has 20 if else statements but it gave me the
> ""contextstack overflow"" error at statement 14
> Is there any way to overcome this problem cause i'm forced to do that
> loop
> any help or recommendations please
> 
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.


FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] error: contextstack overflow

2016-04-12 Thread Mahmoud via R-help
Dear r users
I've a loop that has 20 if else statements but it gave me the ""contextstack 
overflow"" error at statement 14 
Is there any way to overcome this problem cause i'm forced to do that loop 
any help or recommendations please

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.