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
print() needs to become fully qualified to print.igraph() when specified as part of the igraph namespace, as the function for printing in igraph is actually print.igraph(), and print is an S3 generic.
However, it does make it very clear what's happening, whereas just print is vague magic for beginners. I think it's worth the tradeoff.
As per the Google style guide, fully qualify all library calls.
equiv.clust
->sna::equiv.clust
The text was updated successfully, but these errors were encountered: