kevinwolz / hisafer

An R toolbox for the Hi-sAFe biophysical agroforestry model
6 stars 4 forks source link

Replace all instances of dplyr::group_by_() and dplyr::select_() #151

Open kevinwolz opened 3 years ago

kevinwolz commented 3 years ago

They are deprecated as of dplyr 0.7.0, so using function that have them results in warnings every 8 hours. Will likely also need to then make hisafer dependent on dplyr >= 0.7.0?

Warning messages:
1: `group_by_()` is deprecated as of dplyr 0.7.0.
Please use `group_by()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated. 
2: `select_()` is deprecated as of dplyr 0.7.0.
Please use `select()` instead.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.