Thanks Matthew!<br><br><div class="gmail_quote">On Tue, Apr 10, 2012 at 10:11 AM, Matthew Dowle <span dir="ltr"><<a href="mailto:mdowle@mdowle.plus.com">mdowle@mdowle.plus.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Thanks. Now fixed in 1.8.1.<br>
<br>
o CJ(x=...,y=...) now retains the column names x and y, useful when CJ<br>
  is used independently (since x[CJ(...)] takes join column names from<br>
  x). Restores behaviour lost somewhere between 1.7.1 and 1.8.0, thanks<br>
  to Muhammad Waliji for reporting. Tests added.<br>
<div><div class="h5"><br>
<br>
On Wed, 2012-04-04 at 11:44 -0700, Muhammad Waliji wrote:<br>
> With data.table 1.8.0:<br>
> > CJ(x=c(1,2), y=c("a","b"))<br>
>      V1 V2<br>
> [1,]  1  a<br>
> [2,]  1  b<br>
> [3,]  2  a<br>
> [4,]  2  b<br>
><br>
><br>
> With data.table 1.7.1:<br>
> > CJ(x=c(1,2), y=c("a","b"))<br>
>      x y<br>
> [1,] 1 a<br>
> [2,] 1 b<br>
> [3,] 2 a<br>
> [4,] 2 b<br>
><br>
><br>
> I looked through the NEWS file and this doesn't seem to be announced.<br>
> Can this be fixed? I have code that relies on the column names being<br>
> present.<br>
><br>
><br>
> Thanks!<br>
> -Muhammad<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> datatable-help mailing list<br>
> <a href="mailto:datatable-help@lists.r-forge.r-project.org">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><br>
<br>
<br>
</blockquote></div><br>