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.
Taking part of the concerns of #970 to here.
In revdeps such as cran/BASiNETEntropy we see the error
for code such as
graph(edges = edgestofilter[[t]], directed = FALSE)Should the default value of the simplify argument (which is TRUE for both
graph()andmake_graph()) be changed? What aboutgraph.famous()?I wonder why the error didn't happen before.