R Under development (unstable) (2025-09-24 r88873 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > Sys.setenv("R_TESTS" = "") > > library(testthat) > library(econullnetr) > > test_check("econullnetr") [ FAIL 0 | WARN 0 | SKIP 10 | PASS 37 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test_bipartite_stats.R:118:3', 'test_null_model.R:29:3', 'test_null_model.R:80:3', 'test_null_model.R:113:3', 'test_plot_bipartite.R:29:3', 'test_plot_bipartite.R:52:3', 'test_plot_preferences.R:29:3', 'test_test_interactions.R:30:3', 'test_test_interactions.R:40:3', 'test_test_interactions.R:50:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 37 ] Deleting unused snapshots: • plot_bipartite/plot-bipartite-consumer-no-interactions.svg • plot_bipartite/plot-bipartite-unused-resource-zero-abund.svg • plot_bipartite/plot-bipartite-unused-resource.svg • plot_bipartite/plot-bipartite-v1-0-90.svg • plot_bipartite/plot-bipartite-v1-0-95.svg • plot_bipartite/plot-bipartite-v1-0-99.svg • plot_bipartite/plot-bipartite-v2-0-95.svg • plot_bipartite/plot-bipartite-v3-0-95.svg • plot_preferences/plot-pref-bars-b-ses.svg • plot_preferences/plot-prefs-bars-a-0-95.svg • plot_preferences/plot-prefs-bars-a-ses.svg • plot_preferences/plot-prefs-bars-b-0-95.svg • plot_preferences/plot-prefs-dots-a-0-95.svg • plot_preferences/plot-prefs-dots-a-ses.svg • plot_preferences/plot-prefs-dots-b-0-95.svg • plot_preferences/plot-prefs-dots-b-ses.svg > > proc.time() user system elapsed 5.12 0.56 5.67