We're changing the layout of igraph objects. This leads to check failures in your package, see https://github.com/igraph/rigraph/blob/f-igraph-t-idx-revdepcheck/revdep/problems.md and igraph/rigraph#789 for details.
To reproduce, please install the development version of igraph via
# install.packages("pak")
pak::pak("igraph/rigraph")
and run R CMD check on your package.
We plan to release an igraph update on June 12, three weeks from now. Can you please send an update to CRAN that fixes the checks, or tell me that the failure is unexpected and we should be fixing this?
Specifically, the following code now fails:
options(conflicts.policy = list(warn = FALSE))
library(netseg)
ssi(EF3, "race")
#> Error in igraph::induced.subgraph(g, which(ids == b)): At core/core/vector.pmt:1030 : Assertion failed: v->stor_begin != NULL. This is an unexpected igraph error; please report this as a bug, along with the steps to reproduce it.
#> Please restart your R session to avoid crashes or other surprising behavior.
Created on 2023-05-21 with reprex v2.0.2
This is probably us, but I'm having a hard time figuring out what's happening here. Thank you for your help!
We're changing the layout of igraph objects. This leads to check failures in your package, see https://github.com/igraph/rigraph/blob/f-igraph-t-idx-revdepcheck/revdep/problems.md and igraph/rigraph#789 for details.
To reproduce, please install the development version of igraph via
and run
R CMD checkon your package.We plan to release an igraph update on June 12, three weeks from now. Can you please send an update to CRAN that fixes the checks, or tell me that the failure is unexpected and we should be fixing this?
Specifically, the following code now fails:
Created on 2023-05-21 with reprex v2.0.2
This is probably us, but I'm having a hard time figuring out what's happening here. Thank you for your help!