Since tidyr version 1.0.0, nest() and unnest() throw warnings with the current implementation, in part depending on the type of data frame provided as x (grouped vs. not grouped).
This commit adapts to the needs of the new nest() and unnest(). Version 1.0.0 of tidyr is now required.
Since
tidyr
version1.0.0
,nest()
andunnest()
throw warnings with the current implementation, in part depending on the type of data frame provided asx
(grouped vs. not grouped).This commit adapts to the needs of the new
nest()
andunnest()
. Version1.0.0
oftidyr
is now required.