briatte / ggnetwork

Geoms to plot networks with ggplot2
https://briatte.github.io/ggnetwork/
146 stars 28 forks source link

Require R ≥ 3.5 to avoid Travis CI build fails #45

Closed briatte closed 5 years ago

briatte commented 5 years ago

The package imports sna, which in turn imports statnet.common. Unfortunately, statnet.common 4.2.0+ now requires R ≥ 3.5:

statnet.common now depends on >= 3.5 due to what appears to be a method dispatching bug in earlier versions.

briatte commented 5 years ago

@mcanouil I'm closing because I edited the .travis.yml file, but:

mcanouil commented 5 years ago

@briatte just by looking at the log files from travis.

https://travis-ci.org/briatte/ggnetwork/builds/562651756 for the build from this morning

If you cannot "fix" the travis checks from early R version, then the requirement of your DESCRIPTION should be updated accordingly (welcome to the packages dependencies world^^).

briatte commented 5 years ago

Yep. As long as the package uses sna, which it needs for graph layouts on network objects, it will support only R ≥ 3.5.

I'm going to have questions like that for a few days but will then stop, I promise :)

mcanouil commented 5 years ago

I'm going to have questions like that for a few days but will then stop, I promise :)

On me, I should not have contributed ^^