Package check result: ERROR Check: tests, Result: ERROR Running ‘testthat.R’ [2s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(graphlayouts) > > test_check("graphlayouts") [ FAIL 2 | WARN 4 | SKIP 1 | PASS 120 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-layout_backbone.R:2:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-layout_multilevel.R:4:5'): layout_mulitlevel works ───────────── Error: oaqc is needed for this function to work. Please install it. Backtrace: ▆ 1. ├─testthat::expect_is(...) at test-layout_multilevel.R:4:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─graphlayouts::layout_as_multilevel(...) 5. └─graphlayouts (local) FUN1(g1) ── Failure ('test-layouts.R:12:3'): igraph function calls work ───────────────── Expected `layout_igraph_backbone(g)` to run without any errors. ℹ Actually got a with text: oaqc is needed for this function to work. Please install it. [ FAIL 2 | WARN 4 | SKIP 1 | PASS 120 ] Error: Test failures Execution halted