Opt-in to the legacy behaviour
In tidyr 1.0.0,the interface of
tidyr::nest()andtidyr::unnest()changed. But the old interface remains available viatidyr::nest_legacy()andtidyr::unnest_legacy().dplyr 1.1.0 takes advantage of a much faster algorithm for computing groups, but the global option
dplyr.legacy_localeallows a user to explicitly request the legacy behaviour.