multidplyr icon indicating copy to clipboard operation
multidplyr copied to clipboard

Add `warn.conflicts` argument to `cluster_library()`

Open PhilipBerg opened this issue 2 years ago • 1 comments

In my humble opinion, I think it would be really nice if multidplyr::cluster_library had a similar functionality as library's warn.conflicts. In many cases, you know what libraries you are sending to the cluster, and you might not need the warnings. In particular, for package's that runs multidplyr it can be very useful to be able to avoid the warnings (without needing to wrap cluster_library in additional code).

PhilipBerg avatar Oct 17 '22 14:10 PhilipBerg

Thanks for the suggestion! Will definitely consider it when I'm next working on multidplyr.

hadley avatar Oct 31 '23 17:10 hadley