R Under development (unstable) (2024-02-12 r85894 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(iGraphMatch) Thanks for using iGraphMatch! We'd love to get feedback on what you like, what you don't like, and how you are using the package. See ?iGraphMatch for contact information. > > test_check("iGraphMatch") [ FAIL 0 | WARN 108 | SKIP 25 | PASS 149 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • On CRAN (25): 'test-Isorank.R:16:3', 'test-Isorank.R:23:3', 'test-Isorank.R:48:3', 'test-customized_gm_method.R:32:3', 'test-gm_PATH.R:32:3', 'test-gm_expand_when_stuck.R:11:3', 'test-graph_match_class.R:22:3', 'test-init_start.R:30:3', 'test-init_start.R:37:5', 'test-init_start.R:50:3', 'test-init_start.R:57:3', 'test-init_start.R:63:5', 'test-init_start.R:88:3', 'test-init_start.R:112:5', 'test-init_start.R:162:5', 'test-lap.R:61:5', 'test-perco.R:12:3', 'test-perco.R:20:3', 'test-perco.R:26:3', 'test-perco.R:38:3', 'test-perco.R:51:3', 'test-splr_matrix_class.R:35:3', 'test-umeyama.R:17:3', 'test-umeyama.R:34:3', 'test-umeyama.R:51:3' [ FAIL 0 | WARN 108 | SKIP 25 | PASS 149 ] > > proc.time() user system elapsed 30.57 0.57 31.14