thomasp85 / tidygraph

A tidy API for graph manipulation
https://tidygraph.data-imaginist.com
Other
546 stars 61 forks source link

Establish compatibility with igraph >= 2.0.0 #188

Closed krlmlr closed 8 months ago

krlmlr commented 8 months ago

@thomasp85: This is a change that slipped through, apologies for the short notice.

igraph might start adding ellipsis arguments to enforce naming of "unusual" arguments after the third argument or so, but only after the 2.0.0 release. For now, this seems to be the only problem.

We're planning to send igraph to CRAN on January 23.

Tracking issue: https://github.com/igraph/rigraph/issues/989.

thomasp85 commented 8 months ago

Thank you - as there were a bunch of other fall-outs from igraph 2.0.0 I fixed it in a separate commit