Whoops! Sorry I try to keep synced to the latest devel version, but sometimes because of work related updates packages get overwritten back to the latest public version.  Sorry about that. <br><div><br></div><div>I also found an easy workaround since the number of unique values is low, I can make it an ordered factor. </div>
<br><div>On Wed Feb 12 2014 at 11:04:10 AM, Arunkumar Srinivasan <<a href="mailto:aragorn168b@gmail.com">aragorn168b@gmail.com</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">Caneff,</div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">
<br></div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">I'm guessing you're using 1.8.10. This has been fixed a while ago in the current devel version 1.8.11. Or you can wait until the next release (which should be very soon now).</div>
 <div><div style="font-family:helvetica,arial;font-size:13px">Arun</div></div> <div style="color:gray"><hr>From: <span style="color:black"><a href="mailto:caneff@gmail.com" target="_blank">caneff@gmail.com</a></span> <a href="mailto:caneff@gmail.com" target="_blank">caneff@gmail.com</a><br>
Reply: <span style="color:black"><a href="mailto:caneff@gmail.com" target="_blank">caneff@gmail.com</a></span> <a href="mailto:caneff@gmail.com" target="_blank">caneff@gmail.com</a><br>Date: <span style="color:black">February 12, 2014 at 5:02:14 PM</span><br>
To: <span style="color:black"><a href="mailto:datatable-help@lists.r-forge.r-project.org" target="_blank">datatable-help@lists.r-forge.r-project.org</a></span> <a href="mailto:datatable-help@lists.r-forge.r-project.org" target="_blank">datatable-help@lists.r-forge.r-project.org</a><br>
Subject: <span style="color:black"> [datatable-help] Infinite numeric key doesn't collapse <br></span></div> <blockquote type="cite"><span><div><div></div></div></span></blockquote></div><div style="word-wrap:break-word">
<blockquote type="cite"><span><div><div>






I have a numeric key in a data.table that sometimes has infinite
values. I discovered today that Inf does not collapse when used in
a by.  Is this expected? It surprised me:
<div><br></div>
<div>DT <- data.table(x=rep(c(1,Inf), each=10), y=1:20)</div>
<div><br></div>
<div>DT[, sum(y), by=x] # The x==1 cases collapse, but the Inf
cases don't</div></div></div></span></blockquote></div><div style="word-wrap:break-word"><blockquote type="cite"><span><div><div>


_______________________________________________
<br>datatable-help mailing list
<br><a href="mailto:datatable-help@lists.r-forge.r-project.org" target="_blank">datatable-help@lists.r-forge.r-project.org</a>
<br><a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help</a></div></div></span></blockquote></div>
</blockquote>