Matt,

Just wanted to report that the following causes a crash,

library(data.table) # 1.8.2
n <- 1e6
dt <- data.table( c1=1:n )
dt[,`:=`(c2=1L:n,  c3=sample(LETTERS, size= n, replace = TRUE)), with=FALSE
]

It is, no doubt, improperly formed; yet should it be captured prior to a
crash?

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

Reply via email to