Last updated on 2025-10-31 00:51:00 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.5 | 12.49 | 161.92 | 174.41 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0.5 | 8.10 | 106.17 | 114.27 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.5 | 78.00 | 196.35 | 274.35 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 70.00 | 232.92 | 302.92 | OK | |
| r-devel-windows-x86_64 | 1.0.5 | 17.00 | 175.00 | 192.00 | OK | |
| r-patched-linux-x86_64 | 1.0.5 | 0.32 | 1.96 | 2.28 | ERROR | |
| r-release-linux-x86_64 | 1.0.5 | 12.27 | 156.96 | 169.23 | OK | |
| r-release-macos-arm64 | 1.0.5 | 6.00 | 118.00 | 124.00 | OK | |
| r-release-macos-x86_64 | 1.0.5 | 10.00 | 195.00 | 205.00 | OK | |
| r-release-windows-x86_64 | 1.0.5 | 20.00 | 180.00 | 200.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.5 | 7.00 | 115.00 | 122.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.0.5 | 9.00 | 155.00 | 164.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.0.5 | 24.00 | 246.00 | 270.00 | OK | 
Version: 1.0.5
Check: DESCRIPTION meta-information
Result: NOTE
  Author field differs from that derived from Authors@R
    Author:    ‘Davis Weaver [aut, cre] (0000-0003-3086-497X)’
    Authors@R: ‘Davis Weaver [aut, cre] (orcid: 0000-0003-3086-497X)’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.5
Check: tests
Result: ERROR
    Running ‘testthat.R’ [29s/37s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(crosstalkr)
    > 
    > test_check("crosstalkr")
    [ FAIL 1 | WARN 7 | SKIP 12 | PASS 80 ]
    
    ══ 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'
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test-ppi_ingest.R:41:3'): to_taxon_id works for a variety of species ──
    Error in `open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x558771f04360>), 
        "rb")`: cannot open the connection
    Backtrace:
         ▆
      1. ├─testthat::expect_equal(...) at test-ppi_ingest.R:41:3
      2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
      3. │   └─rlang::eval_bare(expr, quo_get_env(quo))
      4. ├─crosstalkr::to_taxon_id("pseudomonas aeruginosa")
      5. │ └─crosstalkr::supported_species()
      6. │   └─readr::read_tsv(file = "https://stringdb-static.org/download/species.v11.5.txt")
      7. │     └─vroom::vroom(...)
      8. │       └─vroom:::vroom_(...)
      9. ├─base (local) `<fn>`(`<curl>`, "rb")
     10. └─base::open.connection(`<curl>`, "rb")
    
    [ FAIL 1 | WARN 7 | SKIP 12 | PASS 80 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.5
Check: package dependencies
Result: ERROR
  Package required but not available: ‘ensembldb’
  
  Package suggested but not available for checking: ‘EnsDb.Hsapiens.v86’
  
  See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
  manual.
Flavor: r-patched-linux-x86_64
Version: 1.0.5
Check: package dependencies
Result: NOTE
  Package suggested but not available for checking: ‘EnsDb.Hsapiens.v86’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64