Tamás Nepusz
Tamás Nepusz
> Wouldn't it make sense to try to design some sort of generalized filtering mechanism instead of a one-trick method that only handles sizes? I was considering this, but I...
Building against an external igraph is still discouraged, especially now that the C core has advanced to version 0.10 with full 64-bit support and the R interface is not adapted...
The C core currently implements rewiring by removing edges and adding them in a new configuration. Edge attributes are lost in the process; newly added edges will get a default...
I think most of the partial arg matches are now sorted out; I haven't seen these warnings for quite a while now. I'm closing this issue but keep an eye...
More than five years have passed since the last comment here so I guess people have gotten used to `as_data_frame()` being present in at least two packages and learned how...
> Requiring ordered edge lists to be the same is not particularly useful in math, but may occasionally be useful when programming ... maybe ... does anyone actually have a...
It doesn't compare the internal indexes (which are represented on the R side, contrary to other higher-level interfaces like the Python interface, which only holds a reference to an `igraph_t`...
Scheduling this for a future hackathon as the underlying issue with weakref management needs some additional R expertise beyond my skills.
Targeting this for 2.0 (which is a long way ahead) because it will require C/igraph 0.10, which will break lots of stuff so we can only do it after a...
Closing in favour of #501