rich-iannone / DiagrammeR

Graph and network visualization using tabular data in R
https://rich-iannone.github.io/DiagrammeR/
Other
1.7k stars 249 forks source link

Fix failing test with igraph 2.0.0 #513

Closed olivroy closed 9 months ago

olivroy commented 9 months ago

Addresses #500 Also use count_automorphisms() from igraph (available since 1.4.0 according to changelog.

rich-iannone commented 9 months ago

Thank you!