On Tue, Nov 30, 2010 at 5:03 PM, Steve Lianoglou
<[email protected]> wrote:
> On Tue, Nov 30, 2010 at 3:48 PM, Tom Short <[email protected]> wrote:
>
>> Cludgy, but this datatable-test.R works:
>>
>> assign(".Depends", "data.table", envir = topenv())
>> TESTDT = data.table(a=as.integer(c(1,3,4,4,4,4,7)),
>>                    b=as.integer(c(5,5,6,6,9,9,2)),
>>                    v=1:7)
>> setkey(TESTDT,a,b)
>> x <- TESTDT[SJ(4,6), v, mult="first"]
>
> Hmm ... that's not working for me:
>

It looks like I haven't updated my installed version of data.table in
a while. With an older version of cedta, my workaround worked, but
cedta no longer looks at the .Depends variable.

- Tom
_______________________________________________
datatable-help mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help

Reply via email to