Re: [R] debugging non-visible functions

2004-10-13 Thread Prof Brian Ripley
On Wed, 13 Oct 2004, Murad Nayal wrote: I would like to step-through a non-visible function. but apparently I don't know enough about namespaces to get that to work: methods(predict) ... deleted lines ... [27] predict.rpart* predict.smooth.spline* [31]

[R] debugging non-visible functions

2004-10-12 Thread Murad Nayal
Hi, I would like to step-through a non-visible function. but apparently I don't know enough about namespaces to get that to work: methods(predict) ... deleted lines ... [27] predict.rpart* predict.smooth.spline* [31] predict.survreg.penal* Non-visible functions are

Re: [R] debugging non-visible functions

2004-10-12 Thread Gabor Grothendieck
Murad Nayal mn216 at columbia.edu writes: : : Hi, : : I would like to step-through a non-visible function. but apparently I : don't know enough about namespaces to get that to work: : : methods(predict) : ... deleted lines ... : [27] predict.rpart* predict.smooth.spline* :