Re: [Rd] Getting error in rbindlist

2019-11-01 Thread Hugh Parsonage
This is (was) a bug in data.table that is similar to one which was putatively closed. Recommend you update to the latest version and if the problem persists reopen the issue here https://github.com/Rdatatable/data.table/issues/3032 This mailing list is for R bugs, which this isn’t. R Core can no m

Re: [Rd] Getting error in rbindlist

2019-11-01 Thread Tomas Kalibera
On 11/1/19 5:24 PM, Anshul Saravgi wrote: > Thanks Tomas for identifying the bug. > > *How to resolve this bug? Can you please help me here?* I would recommend you first try to create a complete reproducible example (the code below is just a snippet). Then try to minimize it - make it do as litt

Re: [Rd] Getting error in rbindlist

2019-11-01 Thread Tomas Kalibera
On 11/1/19 1:11 PM, Anshul Saravgi wrote: Hi All Can you help me understand the meaning of the below error message then I will try to figure out what is going wrong: *Input Code:* bodlane2 <- lapply( + lapply(split(lctolc2, lctolc2$Item), function(x) graph.data.frame(x[, 2:3])), + functio