[R] debug package in R 2.4.0

Mark.Bravington at csiro.au Mark.Bravington at csiro.au
Fri Oct 13 00:14:07 CEST 2006


Hi Henric et al.

Thanks for the notification. The R development cycle always fills me with dread in case my packages stop working! I do plan to change debug (and no doubt mvbutils) to match the changes in R, hopefully in the next week or two... depends on spare time, sigh...

bye
Mark


-----Original Message-----
From:	Henric Nilsson [mailto:henric.nilsson at statisticon.se]
Sent:	Thu 12/10/2006 22:05
To:	Shlomo Katchmalik
Cc:	r-help at stat.math.ethz.ch; Bravington, Mark (CMIS, Hobart)
Subject:	Re: [R] debug package in R 2.4.0

Den 2006-10-12 21:39, Shlomo Katchmalik skrev:
> Hi.
> 
> I recently upgraded to R version 2.4.0, and I have found that the
> "debug" package no longer works.  In particular, when I try to debug a
> function, I get the following error message:
> 
> Error in attr(value, "row.names") <- rlabs :
>         row names must be 'character' or 'integer', not 'double'
> 
> I have, of course, taken all the necessary preceding steps, such as
> issuing the commands
> library(debug)
> source("test.r")
> mtrace(test)
> test()

I can confirm the above behaviour.

> Does anyone know how to get around this problem?

Have you tried contacting the package maintainer, as suggested by the 
posting guide? (In this case Mark Bravington, CCed here.)

Hopefully it's fixable. I'm deeply in love with `debug'...


HTH,
Henric



> 
> Thanks,
> Shlomo.
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> 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.
>



More information about the R-help mailing list