R Under development (unstable) (2025-01-09 r87552 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(oncmap) > > test_check("oncmap") New names: * `1` -> `1...1` * `--` -> `--...2` * `` -> `...4` * `100018877-BR1` -> `100018877-BR1...5` * `100018877-BR1` -> `100018877-BR1...6` * `1` -> `1...8` * `--` -> `--...12` * `--` -> `--...14` New names: * `1` -> `1...1` * `--` -> `--...2` * `` -> `...4` * `100018877-BR1` -> `100018877-BR1...5` * `100018877-BR1` -> `100018877-BR1...6` * `1` -> `1...8` * `--` -> `--...12` * `--` -> `--...14` New names: * `1` -> `1...1` * `--` -> `--...2` * `` -> `...4` * `100018877-BR1` -> `100018877-BR1...5` * `100018877-BR1` -> `100018877-BR1...6` * `1` -> `1...8` * `--` -> `--...12` * `--` -> `--...14` New names: * `1` -> `1...1` * `--` -> `--...2` * `` -> `...4` * `100018877-BR1` -> `100018877-BR1...5` * `100018877-BR1` -> `100018877-BR1...6` * `1` -> `1...8` * `--` -> `--...12` * `--` -> `--...14` New names: * `1` -> `1...1` * `--` -> `--...2` * `` -> `...4` * `100018877-BR1` -> `100018877-BR1...5` * `100018877-BR1` -> `100018877-BR1...6` * `1` -> `1...8` * `--` -> `--...12` * `--` -> `--...14` New names: * `1` -> `1...1` * `--` -> `--...2` * `` -> `...4` * `100018877-BR1` -> `100018877-BR1...5` * `100018877-BR1` -> `100018877-BR1...6` * `1` -> `1...8` * `--` -> `--...12` * `--` -> `--...14` New names: * `1` -> `1...1` * `--` -> `--...2` * `` -> `...4` * `100018877-BR1` -> `100018877-BR1...5` * `100018877-BR1` -> `100018877-BR1...6` * `1` -> `1...8` * `--` -> `--...12` * `--` -> `--...14` New names: * `1` -> `1...1` * `--` -> `--...2` * `` -> `...4` * `100018877-BR1` -> `100018877-BR1...5` * `100018877-BR1` -> `100018877-BR1...6` * `1` -> `1...8` * `--` -> `--...12` * `--` -> `--...14` New names: * `1` -> `1...1` * `--` -> `--...2` * `` -> `...4` * `100018877-BR1` -> `100018877-BR1...5` * `100018877-BR1` -> `100018877-BR1...6` * `1` -> `1...8` * `--` -> `--...12` * `--` -> `--...14` New names: * `` -> `...2` New names: * `` -> `...2` New names: * `` -> `...2` New names: * `1` -> `1...1` * `--` -> `--...2` * `` -> `...4` * `100018877-BR1` -> `100018877-BR1...5` * `100018877-BR1` -> `100018877-BR1...6` * `1` -> `1...8` * `--` -> `--...12` * `--` -> `--...14` New names: * `1` -> `1...1` * `--` -> `--...2` * `` -> `...4` * `100018877-BR1` -> `100018877-BR1...5` * `100018877-BR1` -> `100018877-BR1...6` * `1` -> `1...8` * `--` -> `--...12` * `--` -> `--...14` New names: * `1` -> `1...1` * `--` -> `--...2` * `` -> `...4` * `100018877-BR1` -> `100018877-BR1...5` * `100018877-BR1` -> `100018877-BR1...6` * `1` -> `1...8` * `--` -> `--...12` * `--` -> `--...14` [ FAIL 4 | WARN 0 | SKIP 0 | PASS 15 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-adherence_preprocessing.R:34:3'): adherence_preprocess processing ── run_test_adherence_preprocess() (`actual`) not equal to list(68, 66, 66, 129) (`expected`). `actual[[2]]`: 65.0 `expected[[2]]`: 66.0 `actual[[4]]`: 128.0 `expected[[4]]`: 129.0 ── Failure ('test-adherence_preprocessing.R:35:3'): adherence_preprocess processing ── run_test_adherence_preprocess2() (`actual`) not equal to list(68, 66, 66, 258) (`expected`). `actual[[2]]`: 65.0 `expected[[2]]`: 66.0 `actual[[4]]`: 256.0 `expected[[4]]`: 258.0 ── Failure ('test-detect.R:3:3'): Detect eCAP ────────────────────────────────── read_input("ecap2.xls")$format (`actual`) not equal to "ecap2xls" (`expected`). `actual`: "ecap_old" `expected`: "ecap2xls" ── Failure ('test-report_adherence.R:23:3'): report_adherence processing ─────── run_test_report_adherence() (`actual`) not equal to list(35, 58, 0, 129) (`expected`). `actual[[1]]`: 34.0 `expected[[1]]`: 35.0 `actual[[2]]`: 57.0 `expected[[2]]`: 58.0 `actual[[4]]`: 128.0 `expected[[4]]`: 129.0 [ FAIL 4 | WARN 0 | SKIP 0 | PASS 15 ] Error: Test failures Execution halted