spsanderson / tidyAML

Auto ML for the tidyverse
http://www.spsanderson.com/tidyAML/
Other
64 stars 7 forks source link

Replace `dplyr::cur_data()` with `dplyr::pick()` #156

Closed spsanderson closed 9 months ago

spsanderson commented 9 months ago

where the dplyr::cur_data() function is used, update to dplyr::pick() and make sure that the newest version of dplyr is the minimum version in the DESCRIPTION file.