Re: [R] mtrace function

2012-01-01 Thread Mark.Bravington
(CMIS, Hobart) Subject: Re: [R] mtrace function This is something you should report to the maintainer. I tried to reproduce (never using that package myself), and got when trying the examples from ?mtrace: library(debug) mtrace(glm) # turns tracing on Loading required package: parser Loading

Re: [R] mtrace function

2011-12-29 Thread Uwe Ligges
This is something you should report to the maintainer. I tried to reproduce (never using that package myself), and got when trying the examples from ?mtrace: library(debug) mtrace(glm) # turns tracing on Loading required package: parser Loading required package: Rcpp Error in numbered.id[n] -

[R] mtrace function

2011-12-22 Thread Enio Jelihovschi
I use windows xp. When trying to use the function mtrace from package debug the window that should open with the function to be debugged do not show any text at all. It shows only a part of my desktop. Does anyone know why. Is there any imcompatibility between windows xp and debug package. Thanks