R Under development (unstable) (2024-04-27 r86487 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(epicontacts) > > test_check("epicontacts") [ FAIL 0 | WARN 0 | SKIP 36 | PASS 43 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (36): 'test_as.igraph.epicontacts.R:5:3', 'test_as.igraph.epicontacts.R:25:3', 'test_colors.R:4:5', 'test_colors.R:22:5', 'test_colors.R:35:5', 'test_get_clusters.R:5:3', 'test_get_clusters.R:27:3', 'test_get_clusters.R:60:3', 'test_get_clusters.R:81:3', 'test_get_clusters.R:99:3', 'test_get_clusters.R:124:3', 'test_get_clusters.R:148:3', 'test_get_degree.R:5:3', 'test_get_degree.R:25:3', 'test_get_degree.R:40:3', 'test_get_id.R:4:5', 'test_get_id.R:40:5', 'test_get_pairwise.R:4:5', 'test_get_pairwise.R:24:5', 'test_get_pairwise.R:41:5', 'test_get_pairwise.R:51:5', 'test_graph3D.R:5:3', 'test_graph3D.R:20:3', 'test_graph3D.R:54:3', 'test_make_epicontacts.R:4:3', 'test_make_epicontacts.R:20:3', 'test_make_epicontacts.R:106:3', 'test_plot.epicontacts.R:40:3', 'test_subset.epicontacts.R:5:5', 'test_subset.epicontacts.R:88:5', 'test_subset_clusters_by_id.R:5:5', 'test_subset_clusters_by_size.R:5:3', 'test_subset_clusters_by_size.R:25:5', 'test_summary.epicontacts.R:4:5', 'test_vis_epicontacts.R:5:3', 'test_vis_epicontacts.R:48:3' [ FAIL 0 | WARN 0 | SKIP 36 | PASS 43 ] > > proc.time() user system elapsed 1.21 0.14 1.34