Skip to content

Deprecated functions in examples #12

@barneyricca

Description

@barneyricca

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions