You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation infers you can attach multiple packages to each node with a single call to cluster_library(). However, this doesn't work, at least in my case:
I think the whole issue of attaching packages is quite confusing at the moment... It took me a while in the docs to realise you basically have to recreate the namespace of functions within each node of the cluster... I wonder if there's a way to automate this? Could the current environment be copied to each node?
The documentation infers you can attach multiple packages to each node with a single call to
cluster_library()
. However, this doesn't work, at least in my case:The text was updated successfully, but these errors were encountered: