Closed jdfoote closed 1 year ago
As of tidygraph 1.2.2 (CRAN), this warning still displays. Is there any progress on this pull request?
Also, @jdfoote, is there a reason that you changed 'cutoff = NULL' to 'cutoff = -1' in line 82?
The default for cutoff changed to -1 (https://igraph.org/r/doc/betweenness.html)
thanks
As far as I can tell, this is the only place that the deprecated
nobigint
parameter is mentioned, and I removed it from both thebetweenness
andestimate_betweenness
function calls, as well as tidygraph'scentrality_betweenness()
function.