dewittpe / cpr

Control Polygon Reduction: Methods for quick and efficient placement of internal knots for B-splines and tensor products of B-splines.
http://www.peteredewitt.com/cpr/
2 stars 0 forks source link

update to dplyr 0.7 #33

Closed dewittpe closed 2 years ago

dewittpe commented 7 years ago

The underscored functions from dplyr, such as dplyr::mutate_ have been deprecated. Update the following functions to use the newer version of dplyr and tidyr.

look in files:

dewittpe commented 5 years ago

I am so far behind on this. dplyr v 0.8.0 is out and that needs to be dealt with too. I'm thinking moving away from dplyr and moving everything to data.table might be a good idea.

dewittpe commented 2 years ago

Move away from all tidyverse dependencies. It just isn't needed and certainly not worth the maintenance.

So, instead of "update to" this issue will close and I'll work on removing tidyverse packages from imports.