Tamás Nepusz

Results 691 comments of Tamás Nepusz

Works for me with the latest igraph version (1.3.5). Also, I don't think that Microsoft R Open is officially supported so closing this for the time being. Feel free to...

One option is to temporarily remove the `name` vertex attribute from the graph before the conversion to a data frame. We can probably add an option to `as_data_frame()` that decides...

Targeting this for a hackathon where we can investigate (with the help of some R experts) whether supporting this would be easy to do in the next release or not.

I'm afraid there's not much that can be done about this as this is how the internal representation of an igraph graph looks like. igraph stores not only the edge...

Closed as this is a support question, not a genuine issue.

So I was looking into this a bit. It seems like there are two methods described on Tore Opsahl's page above: one that simply sums up the weights of the...

Work has been started on this feature in the [`feat/weighted-bipartite-projection` branch](https://github.com/igraph/igraph/tree/feat/weighted-bipartite-projection).

Since we decided that there will be a separate function for this, it is not API-breaking. Deferring this to 1.1 so we can move forward with 1.0 faster, given our...

`igraph_neighbors()` is such a fundamental function in the C core that I think that our users deserve an early warning. I wouldn't make this change for 0.11. I am even...