-- Originally posted by (AT sourceforge.net): asalber -- -- This ticket was imported from http://sourceforge.net/p/rkward/bugs/131 on 2017-05-30 15:27:01 +0100 -- When I print a data.frame with rk.results it doesn't print the levles 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 = ""))-- Labels: rk.results --
- **status**: open --> open-fixed - **Group**: CRASH --> FIXED IN SVN
Thanks for spotting the problem, and reporting. Sorry for the long delay. Now fixed in SVN, using format(), instead of paste() (This respects options("digits"), among others.)
- **status**: open-fixed --> closed-fixed