conflicted icon indicating copy to clipboard operation
conflicted copied to clipboard

FR: Rank of preferred conflicted packages

Open PathosEthosLogos opened this issue 2 years ago • 1 comments

At the recent Posit conf, duckplyr was announced.

This got me thinking. I have been using conflicted::conflict_prefer_all(winner = "tidytable", quiet = TRUE) but now I want to use duckplyr and tidytable as second option for the functions that do not exist or are not supported in duckplyr. Essentially, I want to eliminate all the dplyr functions from tidymodels.

PathosEthosLogos avatar Dec 21 '23 03:12 PathosEthosLogos

I wonder if this works:

conflicted::conflict_prefer_all(winner = "tidytable")
conflicted::conflict_prefer_all(winner = "duckplyr", lzoer = "tidytable")

hadley avatar Oct 21 '24 13:10 hadley