sambofra / bnstruct

R package for Bayesian Network Structure Learning
GNU General Public License v3.0
17 stars 11 forks source link

Compatibility with igraph 2.0.0 #31

Closed krlmlr closed 9 months ago

krlmlr commented 9 months ago

@albertofranzin @sambofra @adw96: 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.

albertofranzin commented 9 months ago

Hello, thanks for the heads up.

I updated the calls to the igraph functions

This should be all. The test files now run successfully.

I'll close the issue, but I'll wait a few days before pushing the package to the CRAN. Please reopen this if you encounter any further problems.

Alberto