Gábor Csárdi

Results 2364 comments of Gábor Csárdi

Yeah, I know about that. If it'll have a igraph -> d3 JSON converter, then we can close this issue.

I am not sure what you mean. What I am trying to see, is that if this conversion is solved in networkD3, then we don't need to implement it here....

That's great, but I'd still like to have a d3 json exporter. :)

Nowhere, afaik. It is fairly easy, so I can do it quickly.....

Yes, it is not really a bug, I simply forgot about it. Will be done in the next release. There were workarounds on the igraph-help mailing list, AFAIR.

Looks like and igraph bug. Thanks for reporting it! ``` r library(igraph) g

I suppose. But also, you can just implement algorithms like this in a separate R package, and make it compatible with igraph.

This is not possible currently, as the sources are compiled with different flags for the R package. See the `USING_R` flag.

Before we go into the details here, what is the benefit of linking to an external lib?