Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of deprecated/undocumented igraph functions #54

Open
szhorvat opened this issue May 4, 2024 · 0 comments
Open

Use of deprecated/undocumented igraph functions #54

szhorvat opened this issue May 4, 2024 · 0 comments

Comments

@szhorvat
Copy link

szhorvat commented May 4, 2024

The following igraph functions are all deprecated or undocumented, and may go away in the future:

metabaR/NAMESPACE

Lines 52 to 55 in 23f3c8e

importFrom(igraph,get.data.frame)
importFrom(igraph,get.vertex.attribute)
importFrom(igraph,graph)
importFrom(igraph,layout.reingold.tilford)

They should be as_data_frame, vertex_attr, make_graph and layout_with_fr, respectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant