[rkward-tracker] [rkward:bugs] #131 rk.results doesn't print the factors levels
Thomas Friedrichsmeier
tfry at users.sf.net
Fri Oct 24 09:49:17 UTC 2014
- **status**: open-fixed --> closed-fixed
---
** [bugs:#131] rk.results doesn't print the factors levels**
**Status:** closed-fixed
**Group:** FIXED IN SVN
**Labels:** rk.results
**Created:** Fri Aug 30, 2013 03:58 PM UTC by Alfredo Sánchez Alberca
**Last Updated:** Mon Sep 29, 2014 05:44 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/20141024/9bc7798a/attachment.html>
More information about the rkward-tracker
mailing list