[rkward-tracker] [rkward:bugs] #131 rk.results doesn't print the factors levels
Thomas Friedrichsmeier
tfry at users.sf.net
Mon Sep 29 17:44:01 UTC 2014
- **status**: open --> open-fixed
- **Group**: CRASH --> FIXED IN SVN
- **Comment**:
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.)
---
** [bugs:#131] rk.results doesn't print the factors levels**
**Status:** open-fixed
**Group:** FIXED IN SVN
**Labels:** rk.results
**Created:** Fri Aug 30, 2013 03:58 PM UTC by Alfredo Sánchez Alberca
**Last Updated:** Fri Aug 30, 2013 03:58 PM UTC
**Owner:** nobody
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 = ""))
---
Sent from sourceforge.net because rkward-tracker at lists.sourceforge.net is subscribed to https://sourceforge.net/p/rkward/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/rkward/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/rkward-tracker/attachments/20140929/3248a083/attachment.html>
More information about the rkward-tracker
mailing list