R Under development (unstable) (2025-11-13 r89017 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. > library(testthat) > library(vcr) > test_check("rmangal") Loading required package: rmangal Found 3 networks. Found 2 datasets. Found 1 dataset. `type` used, `query` ignored. Found 12 interactions `type` used, `query` ignored. Found 12 interactions Found 32 interactions Found 3 networks. Found 1 reference. Found 1 reference. Found 1 taxon involved in 1 network Found 1 taxon involved in 1 network Found 1 taxon involved in 1 network Found 1 taxon involved in 1 network Found 1 taxon involved in 1 network [ FAIL 0 | WARN 0 | SKIP 15 | PASS 103 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-get_citation.R:1:1', 'test-get_collection.R:1:1', 'test-get_network_by_id.R:2:1', 'test-get_network_by_id.R:44:1', 'test-helpers.R:10:1', 'test-search_datasets.R:33:1', 'test-search_datasets.R:43:1', 'test-search_interactions.R:1:1', 'test-search_interactions.R:34:1', 'test-search_networks.R:1:1', 'test-search_networks.R:30:1', 'test-search_nodes.R:1:1', 'test-search_nodes.R:23:1', 'test-search_references.R:21:1', 'test-search_taxonomy.R:30:1' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 103 ] > > proc.time() user system elapsed 36.78 1.04 37.76