-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
Fatal error when using cluster_leading_eigen function #203
Comments
yes, I got the same problem. 'cluster_leading_eigen' seems not working on the new R 3.4.0 but OK with R 3.2.5 and 3.3.1 |
Try the |
I installed the 1.1.0 version. When I library igraph, I got
|
It depends on the |
Thanks. It's working now. |
I just encountered this on version 1.2.11 (so, more recent than this issue). It appears fixed on CRAN (1.3.5 as of now) but I don't see any associated NEWS item, it seems pretty important given the R session crashes. Here's an MRE in case the bug was fixed incidentally and it can serve as a regression test: library(igraph)
g = make_graph("Zachary")
cluster_leading_eigen(g, callback = function(...) stop()) cc @ntamas in case you don't get notifications for the old / closed issue. |
@MichaelChirico Your issue is much more likely to be related to #253 (which is partially fixed in 1.3) than this issue here. |
I was using cluster_leading_eigen function for community detection. I keep getting a fatal error. For example, if I try the examples in the help file,
The third line will give a fatal error and restart the R session. What is wrong here?
The text was updated successfully, but these errors were encountered: