inbo / n2khab

R package with preprocessing functions and standard reference data for Flemish Natura 2000 (N2K) habitat (HAB) analyses
https://inbo.github.io/n2khab
GNU General Public License v3.0
2 stars 1 forks source link

expand_types(): adapt to updated tidyr #32

Closed florisvdh closed 5 years ago

florisvdh commented 5 years ago

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.