Add warn.conflicts
argument to cluster_library()
#141
Labels
feature
a feature request or enhancement
warn.conflicts
argument to cluster_library()
#141
In my humble opinion, I think it would be really nice if
multidplyr::cluster_library
had a similar functionality aslibrary
'swarn.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 wrapcluster_library
in additional code).The text was updated successfully, but these errors were encountered: