<div class="markdown_content"><ul>
<li><strong>status</strong>: open --> open-fixed</li>
<li><strong>Group</strong>: CRASH --> FIXED IN SVN</li>
<li><strong>Comment</strong>:</li>
</ul>
<p>Thanks for spotting the problem, and reporting. Sorry for the long delay.</p>
<p>Now fixed in SVN, using format(), instead of paste() (This respects options("digits"), among others.)</p>
<hr />
<p><strong> <a class="alink" href="http://sourceforge.net/p/rkward/bugs/131">[bugs:#131]</a> rk.results doesn't print the factors levels</strong></p>
<p><strong>Status:</strong> open-fixed<br />
<strong>Group:</strong> FIXED IN SVN<br />
<strong>Labels:</strong> rk.results <br />
<strong>Created:</strong> Fri Aug 30, 2013 03:58 PM UTC by Alfredo Sánchez Alberca<br />
<strong>Last Updated:</strong> Fri Aug 30, 2013 03:58 PM UTC<br />
<strong>Owner:</strong> nobody</p>
<p>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<br />
cat("", x<span>[row, col]</span>, "", sep = "")<br />
with<br />
cat(paste("", x<span>[row, col]</span>, "", sep = ""))</p>
<hr />
<p>Sent from sourceforge.net because rkward-tracker@lists.sourceforge.net is subscribed to <a href="https://sourceforge.net/p/rkward/bugs">https://sourceforge.net/p/rkward/bugs/</a></p>
<p>To unsubscribe from further messages, a project admin can change settings at <a href="https://sourceforge.net/p/rkward/admin/bugs/options.">https://sourceforge.net/p/rkward/admin/bugs/options.</a>  Or, if this is a mailing list, you can unsubscribe from the mailing list.</p></div>