The recent 1.0.0 release of tidyr introduced a new unnest function which runs quite slow. See https://github.com/tidyverse/tidyr/issues/751. Currently using unnest_legacy as a temporary workaround, but once this issue is addressed I should update the code to use unnest.
The recent 1.0.0 release of tidyr introduced a new
unnest
function which runs quite slow. See https://github.com/tidyverse/tidyr/issues/751. Currently usingunnest_legacy
as a temporary workaround, but once this issue is addressed I should update the code to useunnest
.