> library(data.table)
data.table 1.9.2 For help type: help("data.table")
> test <- data.table(a=1:10,b=1:10%%6==0,key="a")
> test[b==1][test,b,roll=2]
Error in if (!is.null(lhs)) { : missing value where TRUE/FALSE needed
Not sure what the error is there, but even worse...
> test
Error in if (!is.null(ns)) ns else tryCatch(loadNamespace(name), error =
function(e) { :
missing value where TRUE/FALSE needed
> tables()
Error in if (!is.null(ns)) ns else tryCatch(loadNamespace(name), error =
function(e) { :
missing value where TRUE/FALSE needed
It looks like some data structure has been corrupted.
_______________________________________________
datatable-help mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help