hfang-bristol / dnet

An open-source R package for omics data integrative analysis in terms of network, evolution and ontology
http://dnet.r-forge.r-project.org
GNU General Public License v2.0
18 stars 8 forks source link

Compatibility with igraph 2.0.0 #4

Open krlmlr opened 10 months ago

krlmlr commented 10 months ago

@hfang-bristol: This package fails its checks for the release candidate for igraph 2.0.0. See https://github.com/igraph/rigraph/blob/main/revdep/problems.md for details.

Is this a problem in your package? Should we be doing things differently?

Install the 2.0.0 release candidate using pak::pak("igraph/rigraph") .

We're planning to release igraph 2.0.0 in mid-January. Thank you for your help!

Tracker: https://github.com/igraph/rigraph/issues/989.

krlmlr commented 9 months ago

We're planning to send igraph to CRAN on January 23, we're still seeing failures with this package: https://github.com/igraph/rigraph/blob/main/revdep/problems.md .