[datatable-help] Crash on improperly formed Assignment by Reference

Matthew Dowle mdowle at mdowle.plus.com
Tue Sep 4 11:09:09 CEST 2012


Agreed, thank you.

Please file a new bug.report(package="data.table"). This way you'll get
automatically notified when the status changes.

> 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
> datatable-help at lists.r-forge.r-project.org
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help




More information about the datatable-help mailing list