R Under development (unstable) (2024-02-01 r85851 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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") [ FAIL 0 | WARN 0 | SKIP 24 | PASS 1701 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-add_forward_reverse_edges.R:94:3', 'test-add_graphs.R:41:3', 'test-add_graphs.R:262:3', 'test-add_graphs.R:1787:3', 'test-add_nodes_edges_from_table.R:684:3', 'test-cache_attrs.R:38:3', 'test-colorize_nodes_edges.R:415:3', 'test-create_combine_nodes.R:88:3', 'test-create_subgraph.R:73:3', 'test-delete_node_edge.R:286:3', 'test-get_select_last_nodes_edges_created.R:135:3', 'test-graph_series.R:361:3', 'test-graph_validation.R:17:3', 'test-graph_validation.R:241:3', 'test-graph_validation.R:301:3', 'test-render_graph.R:3:3', 'test-selections.R:163:3', 'test-set_get_node_edge_attrs.R:332:3', 'test-similarity_measures.R:106:3', 'test-similarity_measures.R:126:3', 'test-transform_graph.R:138:3', 'test-transform_graph.R:308:3', 'test-trav_out_until.R:73:3', 'test-traversals.R:148:3' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 1701 ] > > proc.time() user system elapsed 30.25 2.07 32.31