R Under development (unstable) (2024-05-23 r86608 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. > library(testthat) > library(dodgr) > > test_check("dodgr") [ FAIL 0 | WARN 1 | SKIP 11 | PASS 258 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • !test_all is TRUE (6): 'test-centrality.R:7:1', 'test-graph-fns.R:6:1', 'test-iso.R:51:1', 'test-match-pts-fns.R:4:1', 'test-sc.R:6:1', 'test-streetnet.R:129:5' • On CRAN (4): 'test-cycles.R:3:1', 'test-flows.R:6:1', 'test-save-load.R:3:1', 'test-streetnet.R:196:5' • On Windows (1): 'test-cache.R:5:1' [ FAIL 0 | WARN 1 | SKIP 11 | PASS 258 ] > > proc.time() user system elapsed 25.37 4.45 53.31