ddsjoberg / sjosmooth

Kernel-smoothed Regression Estimation
http://www.danieldsjoberg.com/sjosmooth/
Other
2 stars 0 forks source link

I got the error "Error: `unnest_()` is deprecated as of tidyr 1.0.0. #23

Open applebear0507 opened 4 years ago

applebear0507 commented 4 years ago

Error: unnest_() was deprecated in tidyr 1.0.0 and is now defunct. The tidyr version is 1.1.0 now. Could you update your useful and interesting “sjosmooth” package? Thank you!

datapython commented 2 years ago

unnest_() is now deprecated. unnest() is the one. Please update.

Error: unnest_() was deprecated in tidyr 1.0.0 and is now defunct. Please use unnest() instead.