This is a working I recently got while running a tidygraph function.
It looks like the 'father' argument to to function dfs is deprecated.
Warning message:
There was 1 warning in mutate().
ℹ In argument: wt_data = tidygraph::map_dfs_back(...).
Caused by warning:
! 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 tidygraph package.
This is a working I recently got while running a tidygraph function.
It looks like the 'father' argument to to function dfs is deprecated.
Warning message:
There was 1 warning in
mutate().ℹ In argument:
wt_data = tidygraph::map_dfs_back(...).Caused by warning:
! The
fatherargument ofdfs()is deprecated as of igraph 2.2.0.ℹ Please use the
parentargument instead.ℹ The deprecated feature was likely used in the tidygraph package.