Re: [R] where this Error comes from?

2012-03-19 Thread Bert Gunter
?traceback ?options ## consider changing error option to recover ?debug Search on debugging in R to find more possibilities. R is a programming language. You need to learn how to debug code if you wish to program in R. -- Bert On Mon, Mar 19, 2012 at 12:22 PM, Alaios wrote: > Dear all, > While

Re: [R] where this Error comes from?

2012-03-19 Thread William Dunlap
lf > Of Alaios > Sent: Monday, March 19, 2012 12:22 PM > To: R help > Subject: [R] where this Error comes from? > > Dear all, > While I am executing my code I receive the error below > > Error in sort.int(x, na.last = na.last, decreasing = decreasing, ...) : >   &#

Re: [R] where this Error comes from?

2012-03-19 Thread R. Michael Weylandt
I call upon the great and mighty Google (hallowed be its name) to discover: traceback() and its more powerful cousin options(error = recover) Michael On Mon, Mar 19, 2012 at 3:22 PM, Alaios wrote: > Dear all, > While I am executing my code I receive the error below > > Error in sort.int(x, na

[R] where this Error comes from?

2012-03-19 Thread Alaios
Dear all, While I am executing my code I receive the error below Error in sort.int(x, na.last = na.last, decreasing = decreasing, ...) :   'x' must be atomic the weird thing that I am not calling anywhere sort function nor do I rely on anyh sorting. How I can discover where this comes from (in