I realized today that I could not subset data.tables on integer64...
library(data.table)
library(bit64)
data.table(x=as.integer64(c(1429251312176839931,1429251312176839932,1429251312176839933)))[x
%in% as.integer64(c(1429251312176839931,1429251312176839932))]
Error in UseMethod("as.data.table") :
no applicable method for 'as.data.table' applied to an object of class
"integer64"
Is that new ?
--
View this message in context:
http://r.789695.n4.nabble.com/change-from-1-9-3-1-9-4-tp4706076.html
Sent from the datatable-help mailing list archive at Nabble.com.
_______________________________________________
datatable-help mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help