mbojan / rgraph6

Encoding graphs in graph6, sparse6, and digraph6 formats
https://mbojan.github.io/rgraph6/
GNU General Public License v3.0
12 stars 3 forks source link

Matrix package deprecation msgs #43

Closed mbojan closed 4 days ago

mbojan commented 5 days ago

Processing README and as_sparse6() generates:

#> 'as(<dgCMatrix>, "dgTMatrix")' is deprecated.
#> Use 'as(., "TsparseMatrix")' instead.
#> See help("Deprecated") and help("Matrix-deprecated").
schochastics commented 5 days ago

Interesting, I have Matrix version ‘1.7.0’ and I do not get the message

mbojan commented 4 days ago

It's ok ineed, gone when I re-rendered. Must have been a relict of the past.