Conversation
| #' add_layout_(with_fr()) %>% | ||
| #' set_vertex_attr("label", value = seq_len(gorder(.))) %>% | ||
| #' set_vertex_attr("size", value = 10) %>% | ||
| #' fw <- foodwebs[[1]] |
There was a problem hiding this comment.
rewritten because of the .
| #' g <- sample_gnp(20, 3 / 20) %>% | ||
| #' set_edge_attr("weight", value = rnorm(gsize(.))) | ||
| #' g <- sample_gnp(20, 3 / 20) | ||
| #' g <- set_edge_attr(g, "weight", value = rnorm(gsize(g))) |
There was a problem hiding this comment.
rewritten because of the .
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 5741ef3 is merged into rversion:
|
| #' add_edges(c(1, 6)) |> | ||
| #' plot() | ||
| NULL | ||
| `%>%` <- function(lhs, rhs) { |
There was a problem hiding this comment.
Let's just drop it and see what revdepchecks suggest.
5741ef3 to
2761ce9
Compare
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 4b15fff is merged into main:
|
4b15fff to
6991c6c
Compare
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 6991c6c is merged into main:
|
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if a9cbd09 is merged into main:
|
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if b1cf6b5 is merged into main:
|
Getting rid of the magrittr dependency is appealing.