thomasp85 / tidygraph

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

State implicit igraph version requirement #169

Closed MichaelChirico closed 1 year ago

MichaelChirico commented 1 year ago

mode= argument to bfs()/dfs() was only added in 1.3.0:

https://github.com/igraph/rigraph/blob/ebd30ec0a7b8553e662eb0eff21c4b3c62fb01bf/inst/NEWS.md?plain=1#L229-L231

But is used extensively in tidygraph, e.g.

https://github.com/thomasp85/tidygraph/blob/abc8cc12eb1bbc5bec302b80589ad027d85a70db/R/search.R#L80-L81

thomasp85 commented 1 year ago

thanks