langcog / tidyboot

tidyverse-compatible bootstrapping
21 stars 1 forks source link

switch to unnest_legacy (#8 #9) #10

Closed hawkrobe closed 4 years ago

hawkrobe commented 4 years ago

This addresses the performance issues with unnest() documented in #8. The test example in that issue that previously took 29.3s now takes 1.4s.

This also addresses the warnings that were being thrown by the deprecated function dplyr::as_data_frame()

Screen Shot 2020-07-23 at 12 02 56 AM