R Under development (unstable) (2024-01-22 r85820 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(fnets) > > test_check("fnets") [ FAIL 0 | WARN 3 | SKIP 17 | PASS 2 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-fnets.R:26:3', 'test-fnets.R:33:3', 'test-fnets.R:40:3', 'test-fnets.R:51:3', 'test-fnets.R:58:3', 'test-fnets.R:63:3', 'test-fnets.R:69:3', 'test-idio.R:11:3', 'test-idio.R:25:3', 'test-idio.R:40:3', 'test-idio.R:51:3', 'test-idio.R:60:3' • empty test (5): 'test-common.R:12:1', 'test-common.R:16:1', 'test-common.R:20:1', 'test-fnets.R:75:1', 'test-omega.R:20:1' [ FAIL 0 | WARN 3 | SKIP 17 | PASS 2 ] > > proc.time() user system elapsed 7.10 1.01 40.34