finetune icon indicating copy to clipboard operation
finetune copied to clipboard

transition from deprecated `map_dfr()` in `autoplot()` internals

Open simonpcouch opened this issue 1 year ago • 0 comments

The internals of autoplot() for racing functions uses map_dfr(), a deprecated function from purrr:

https://github.com/tidymodels/finetune/blob/5e9d49ea935f0fc83f256fdf1c499b48d9b7401c/R/plot_race.R#L30

We should likely use map() and list_rbind() instead. https://github.com/tidymodels/recipes/pull/1204 is a good example of another PR that does the same.

simonpcouch avatar Jul 14 '24 17:07 simonpcouch