Gábor Csárdi

Results 2480 comments of Gábor Csárdi

The releases of the C lib and the R package are not synchronized, sadly. So I am afraid that you would have complications from this setup.

> So long as the C lib followed something like semver and the R version only used releases That would make sense indeed, but it is not the case. The...

_From @ntamas on August 27, 2014 20:25_ This is a known bug with incomplete dendrograms; basically `community_edge_betweenness` produces an incomplete dendrogram when the input graph is not fully connected. You...

_From @nadesai on August 27, 2014 21:14_ Confirming that this problem was only cropping up with disconnected graphs for me. Thanks a lot!

`plot_network` is not an igraph function, so this does not seem to be an igraph issue.

R core for sure, but probably both.

@izahn I am not waiting for anything. But that error message is coming from R core, not from igraph.

The graphics device can be slow as well, e.g. with anti-aliasing, etc.

I don't mind attaching some names, if requested. Do you want to work on a PR for this?

The code is wrong, `graph.adjacency.dense` should check for symmetry.