dm icon indicating copy to clipboard operation
dm copied to clipboard

Warning about using deprecated `father` argument to igraph::dfs()

Open MatthewHeun opened this issue 2 months ago • 0 comments

I'm receiving the following warning in some of my code:

The `father` argument of `dfs()` is deprecated as of igraph 2.2.0. 
ℹ Please use the `parent` argument instead. 
ℹ The deprecated feature was likely used in the dm package.

I hope this helps.

MatthewHeun avatar Nov 14 '25 16:11 MatthewHeun