[datatable-help] change from 1.9.3 --> 1.9.4

statquant3 statquant at outlook.com
Mon Apr 20 09:45:40 CEST 2015


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.


More information about the datatable-help mailing list