Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warn.conflicts argument to cluster_library() #141

Open
PhilipBerg opened this issue Oct 17, 2022 · 1 comment
Open

Add warn.conflicts argument to cluster_library() #141

PhilipBerg opened this issue Oct 17, 2022 · 1 comment
Labels
feature a feature request or enhancement

Comments

@PhilipBerg
Copy link

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).

@hadley hadley added the feature a feature request or enhancement label Oct 31, 2023
@hadley
Copy link
Member

hadley commented Oct 31, 2023

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

@hadley hadley changed the title [Feature Request] Adding warn.conflicts flag/option to cluster_library Add warn.conflicts argument to cluster_library() Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants