tests/testthat/_snaps/paths.md

radius() works -- lifecycle

Code
  radius(g, "out")
Condition
  Warning:
  The `...` argument of `radius()` is deprecated as of igraph 2.1.0.
  i The argument `mode` must be named.
Output
  [1] 0

eccentricity() works -- lifecycle

Code
  eccentricity(g, vids = V(g), "out")
Condition
  Warning:
  The `...` argument of `eccentricity()` is deprecated as of igraph 2.1.0.
  i The argument `mode` must be named.
Output
   [1] 3 2 1 1 1 0 0 0 0 0


igraph/rigraph documentation built on July 9, 2024, 6:43 p.m.