You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating the Matrix package to v1.5-1, calling igraph::as_adjacency_matrix() throws the message as(<dsCMatrix>, "dgCMatrix") is deprecated since Matrix 1.5-0; do as(., "generalMatrix") instead.
as(<dsCMatrix>, "dgCMatrix") is called within the igraph-internal function get.adjacency.sparse().
Best,
Stefanie
The text was updated successfully, but these errors were encountered:
Hi!
After updating the
Matrix
package to v1.5-1, callingigraph::as_adjacency_matrix()
throws the messageas(<dsCMatrix>, "dgCMatrix") is deprecated since Matrix 1.5-0; do as(., "generalMatrix") instead
.as(<dsCMatrix>, "dgCMatrix")
is called within the igraph-internal functionget.adjacency.sparse()
.Best,
Stefanie
The text was updated successfully, but these errors were encountered: