HughParsonage / grattan

Common quantitative tasks for Australian policy analysts
25 stars 8 forks source link

dtplyr 1.0.0 #196

Closed hadley closed 4 years ago

hadley commented 5 years ago

This is a heads up to let you know that I'm planning to release dtplyr 1.0.0 in the near future. This is a complete rewrite of dtplyr so it generates vastly more performant data.table code, but it did require a complete rework of the API so your existing dtplyr code is unlikely to continue to work.

hadley commented 5 years ago

To be more concrete, you'll now need to explicitly start dplyr pipelines with lazy_dt() and explicitly force computation with as.data.table()/as.data.frame()/as_tibble().

I think it should be a fairly simple change to your code, but please let me know if there's anything I can do to help.