The examples given in the README use deprecated igraph functions. It wasn't a big deal to change them when I ran them, but you might want to change them. The warnings I get:
Warning: graph.adjacency() was deprecated in igraph 2.0.0.
ℹ Please use graph_from_adjacency_matrix() instead.
This warning is displayed once per session.
Call lifecycle::last_lifecycle_warnings() to see where this warning was
generated.
Warning: layout.auto() was deprecated in igraph 2.0.0.
ℹ Please use layout_nicely() instead.
This warning is displayed once per session.
Call lifecycle::last_lifecycle_warnings() to see where this warning was
generated.
The examples given in the README use deprecated igraph functions. It wasn't a big deal to change them when I ran them, but you might want to change them. The warnings I get:
Warning:
graph.adjacency()was deprecated in igraph 2.0.0.ℹ Please use
graph_from_adjacency_matrix()instead.This warning is displayed once per session.
Call lifecycle::last_lifecycle_warnings() to see where this warning was
generated.
Warning:
layout.auto()was deprecated in igraph 2.0.0.ℹ Please use
layout_nicely()instead.This warning is displayed once per session.
Call lifecycle::last_lifecycle_warnings() to see where this warning was
generated.