The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN Package Check Results for Package DiagrammeR

Last updated on 2026-05-05 11:51:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.11 18.45 205.34 223.79 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.12 10.78 138.65 149.43 OK
r-devel-linux-x86_64-fedora-clang 1.0.12 31.00 359.71 390.71 OK
r-devel-linux-x86_64-fedora-gcc 1.0.12 29.00 324.83 353.83 OK
r-devel-windows-x86_64 1.0.12 20.00 290.00 310.00 OK
r-patched-linux-x86_64 1.0.12 17.67 204.66 222.33 OK
r-release-linux-x86_64 1.0.12 17.76 198.31 216.07 OK
r-release-macos-arm64 1.0.12 4.00 44.00 48.00 OK
r-release-macos-x86_64 1.0.12 12.00 180.00 192.00 OK
r-release-windows-x86_64 1.0.12 25.00 286.00 311.00 OK
r-oldrel-macos-arm64 1.0.12 4.00 44.00 48.00 OK
r-oldrel-macos-x86_64 1.0.12 11.00 183.00 194.00 OK
r-oldrel-windows-x86_64 1.0.12 38.00 342.00 380.00 OK

Check Details

Version: 1.0.11
Check: examples
Result: ERROR Running examples in ‘DiagrammeR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: get_leverage_centrality > ### Title: Get leverage centrality > ### Aliases: get_leverage_centrality > > ### ** Examples > > # Create a random graph using the > # `add_gnm_graph()` function > graph <- + create_graph( + directed = FALSE) %>% + add_gnm_graph( + n = 10, + m = 15, + set_seed = 23) > > # Get leverage centrality values > # for all nodes in the graph > graph %>% + get_leverage_centrality() Error in `purrr::map()`: ℹ In index: 1. Caused by error in `igraph::neighbors()`: ! `vid` must specify exactly one vertex Backtrace: ▆ 1. ├─graph %>% get_leverage_centrality() 2. ├─DiagrammeR::get_leverage_centrality(.) 3. │ ├─... %>% unlist() 4. │ └─purrr::map(...) 5. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 6. │ ├─purrr:::with_indexed_errors(...) 7. │ │ └─base::withCallingHandlers(...) 8. │ ├─purrr:::call_with_cleanup(...) 9. │ └─DiagrammeR (local) .f(.x[[i]], ...) 10. │ ├─base::mean(...) 11. │ └─igraph::neighbors(ig_graph, degree_vals) 12. │ └─igraph:::neighbors_impl(graph = graph, vid = v, mode = mode) 13. │ └─cli::cli_abort(...) 14. │ └─rlang::abort(...) 15. └─base::unlist(.) Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.11
Check: tests
Result: ERROR Running ‘testthat.R’ [59s/68s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(DiagrammeR) > > test_check("DiagrammeR") Saving _problems/test-get_node_calculations-256.R [ FAIL 1 | WARN 3 | SKIP 24 | PASS 1796 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-add_forward_reverse_edges.R:48:1', 'test-add_graphs.R:3:1', 'test-add_graphs.R:223:1', 'test-add_graphs.R:1706:1', 'test-add_nodes_edges_from_table.R:268:1', 'test-cache_attrs.R:3:1', 'test-colorize_nodes_edges.R:219:1', 'test-create_combine_nodes.R:3:1', 'test-create_subgraph.R:3:1', 'test-delete_node_edge.R:255:1', 'test-get_select_last_nodes_edges_created.R:75:1', 'test-graph_series.R:323:1', 'test-graph_validation.R:3:1', 'test-graph_validation.R:234:1', 'test-graph_validation.R:292:1', 'test-render_graph.R:3:3', 'test-selections.R:1:1', 'test-set_get_node_edge_attrs.R:236:1', 'test-similarity_measures.R:1:1', 'test-similarity_measures.R:113:1', 'test-transform_graph.R:98:1', 'test-transform_graph.R:262:1', 'test-trav_out_until.R:1:1', 'test-traversals.R:3:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-get_node_calculations.R:255:3'): Getting leverage centrality is possible ── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(seq_along(degree_vals), function(x) { mean((degree_vals[x] - degree_vals[igraph::neighbors(ig_graph, degree_vals)])/(degree_vals[x] + degree_vals[igraph::neighbors(ig_graph, degree_vals)])) })`: i In index: 1. Caused by error in `igraph::neighbors()`: ! `vid` must specify exactly one vertex [ FAIL 1 | WARN 3 | SKIP 24 | PASS 1796 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.