Hi!

On Friday 23 August 2013 11:25:13 SANCHEZ ALBERCA, ALFREDO wrote:
> Hello! I want to print a data.frame with rk.results, but it doesn't print
> the labels of factors. Looking inside the rk.results code, I see that the
> problem is with the cat function, To solve the problem, I propose to change
> the lines that contains
> cat("<td>", x[row, col], "</td>", sep = "")
> with
> cat(paste("<td>", x[row, col], "</td>", sep = ""))

Sounds reasonable, but I'd like to do some solid testing before touching this 
(mostly checking the existing automated plugin tests for regressions), and I 
won't have the time this in the next few weeks.

I don't know, if Meik (or somebody else) would like to pick this up in the 
meanwhile. But if you don't get another reply within the next two or three 
days, please submit this in the bug tracker. Best way to make sure it won't 
get lost.

Thanks!
Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to