Skip to content

graph()/make_graph() error in rev deps #977

@maelle

Description

@maelle

Taking part of the concerns of #970 to here.

In revdeps such as cran/BASiNETEntropy we see the error

Error in make_graph(edges = edges, n = n, isolates = isolates, directed = directed,  : 
  'simplify' should only be used for graph literals

for code such as graph(edges = edgestofilter[[t]], directed = FALSE)

Should the default value of the simplify argument (which is TRUE for both graph() and make_graph()) be changed? What about graph.famous()?

I wonder why the error didn't happen before.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions