Last updated on 2025-04-01 09:55:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 23.10.1 | 1.61 | 27.04 | 28.65 | OK | |
r-devel-linux-x86_64-debian-gcc | 23.10.1 | 1.50 | 21.54 | 23.04 | OK | |
r-devel-linux-x86_64-fedora-clang | 23.10.1 | 45.81 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 23.10.1 | 57.71 | OK | |||
r-devel-macos-arm64 | 23.10.1 | 60.00 | ERROR | |||
r-devel-macos-x86_64 | 23.10.1 | 95.00 | OK | |||
r-devel-windows-x86_64 | 23.10.1 | 5.00 | 80.00 | 85.00 | OK | |
r-patched-linux-x86_64 | 23.10.1 | 1.89 | 27.12 | 29.01 | OK | |
r-release-linux-x86_64 | 23.10.1 | 1.39 | 26.45 | 27.84 | OK | |
r-release-macos-arm64 | 23.10.1 | 50.00 | OK | |||
r-release-macos-x86_64 | 23.10.1 | 76.00 | OK | |||
r-release-windows-x86_64 | 23.10.1 | 3.00 | 66.00 | 69.00 | OK | |
r-oldrel-macos-arm64 | 23.10.1 | OK | ||||
r-oldrel-macos-x86_64 | 23.10.1 | 114.00 | OK | |||
r-oldrel-windows-x86_64 | 23.10.1 | 4.00 | 66.00 | 70.00 | OK |
Version: 23.10.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/68s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(IsoMemo)
>
> test_check("IsoMemo")
[ FAIL 1 | WARN 3 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-01-getData.R:3:3'): getData() actually retrieves all data ──────
Error in `expect_match(levels(df$source)[1], "14CSea")`: is.character(act$val) is not TRUE
Backtrace:
▆
1. └─testthat::expect_match(levels(df$source)[1], "14CSea") at test-01-getData.R:3:3
2. └─base::stopifnot(is.character(act$val))
[ FAIL 1 | WARN 3 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-macos-arm64