Last updated on 2026-03-15 14:52:31 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.3.4 | 15.39 | 138.22 | 153.61 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.3.4 | 11.93 | 102.99 | 114.92 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.3.4 | 30.00 | 219.19 | 249.19 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.3.4 | 27.00 | 208.52 | 235.52 | OK | |
| r-devel-macos-arm64 | 2.3.4 | 4.00 | 50.00 | 54.00 | OK | |
| r-devel-windows-x86_64 | 2.3.4 | 17.00 | 143.00 | 160.00 | OK | |
| r-patched-linux-x86_64 | 2.3.4 | 15.41 | 132.32 | 147.73 | OK | |
| r-release-linux-x86_64 | 2.3.4 | 15.78 | 132.05 | 147.83 | OK | |
| r-release-macos-arm64 | 2.3.4 | 4.00 | 45.00 | 49.00 | OK | |
| r-release-macos-x86_64 | 2.3.4 | 11.00 | 89.00 | 100.00 | OK | |
| r-release-windows-x86_64 | 2.3.4 | 18.00 | 143.00 | 161.00 | OK | |
| r-oldrel-macos-arm64 | 2.3.4 | 4.00 | 43.00 | 47.00 | OK | |
| r-oldrel-macos-x86_64 | 2.3.4 | 13.00 | 108.00 | 121.00 | OK | |
| r-oldrel-windows-x86_64 | 2.3.4 | 24.00 | 175.00 | 199.00 | OK |
Version: 2.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(elfgen)
>
> test_check("elfgen")
Saving _problems/test-elfdata-43.R
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 17 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-elfdata.R:39:13'): Function returns a dataframe ────────────────
Error in `dplyr::filter(dplyr::bind_rows(lapply(collections$collections, function(x) c(x[c("id", "title", "description", "itemType")], list(url = filter_list_kvp(x$links, "rel", "self", n = 1)$href)))), .data$itemType == "feature")`: ℹ In argument: `.data$itemType == "feature"`.
Caused by error in `.data$itemType`:
! Column `itemType` not found in `.data`.
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 17 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc