Dmitry Shkolnik

Results 5 comments of Dmitry Shkolnik

Maybe a blog post is better. I think you’re right with the dependencies. Not worth it. On Fri, Jan 15, 2021 at 10:49 PM Jens von Bergmann wrote: > Could...

> > Possible downside would be adding an Rcpp dependency. > > Is that a significant downside? No, not at all. It's just that between @mountainMath and myself we've tried...

> Please reach out if you'd like assistance with this. > > That could be as simple as asking for another set of eyes to optimize any inclusion (it's not...

I had this same issue with my own dataset that I can't replicate here, but was fixed by wrapping the `data.table` object with `as.data.frame(...)` in the `glm()` call. ``` >...

Just came here to open this exact same issue 🤦