R Under development (unstable) (2024-05-02 r86512 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(crosstalkr) > > test_check("crosstalkr") [ FAIL 0 | WARN 2 | SKIP 12 | PASS 83 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (6): 'test-filter.R:33:3', 'test-ppi_ingest.R:18:3', 'test-ppi_ingest.R:26:3', 'test-ppi_ingest.R:32:3', 'test-utils.R:11:3', 'test-utils.R:17:3' • relies on installed data (2): 'test-utils.R:52:3', 'test-utils.R:59:3' • relies on system file (2): 'test-calc_np.R:1:1', 'test-node_suppression.R:1:1' • skipping due to long download times (2): 'test-ppi_ingest.R:3:3', 'test-ppi_ingest.R:9:3' [ FAIL 0 | WARN 2 | SKIP 12 | PASS 83 ] > > proc.time() user system elapsed 32.67 3.70 37.03