Re: [R] R code debugging

2004-11-09 Thread Sean Davis
You are probably interested in traceback(). See ?traceback. Also, the debugger is your friend. See ?debug. Sean On Nov 9, 2004, at 6:52 AM, Timur Elzhov wrote: Dear useRs, it's quite difficult for me to find `Error:'s in my R code, because R does say about error itself, but say nothing about

Re: [R] R code debugging

2004-11-09 Thread Ernesto Jardim
Hi, Check R's manual R Language Definition. Regards EJ On Tue, 2004-11-09 at 11:52, Timur Elzhov wrote: Dear useRs, it's quite difficult for me to find `Error:'s in my R code, because R does say about error itself, but say nothing about its location, say, string number and file with an

Re: [R] R code debugging

2004-11-09 Thread Prof Brian Ripley
On Tue, 9 Nov 2004, Timur Elzhov wrote: it's quite difficult for me to find `Error:'s in my R code, because R does say about error itself, but say nothing about its location, say, string number and file with an error (which may be `source'd from another file). Are there any option for turning

RE: [R] R code debugging

2004-11-09 Thread Vadim Ogranovich
To: Timur Elzhov Cc: [EMAIL PROTECTED] Subject: Re: [R] R code debugging On Tue, 9 Nov 2004, Timur Elzhov wrote: it's quite difficult for me to find `Error:'s in my R code, because R does say about error itself, but say nothing about its location, say, string number and file