Last updated on 2026-04-26 06:50:08 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.1 | 5.99 | 72.76 | 78.75 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.1 | 4.60 | 53.98 | 58.58 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.1 | 11.00 | 108.99 | 119.99 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.1 | 11.00 | 117.23 | 128.23 | OK | |
| r-patched-linux-x86_64 | 0.6.1 | 7.30 | 66.26 | 73.56 | OK | |
| r-release-linux-x86_64 | 0.6.1 | 5.58 | 66.60 | 72.18 | OK | |
| r-release-macos-arm64 | 0.6.1 | 2.00 | 25.00 | 27.00 | OK | |
| r-release-macos-x86_64 | 0.6.1 | 5.00 | 150.00 | 155.00 | OK | |
| r-release-windows-x86_64 | 0.6.1 | 10.00 | 95.00 | 105.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.1 | 2.00 | 24.00 | 26.00 | OK | |
| r-oldrel-macos-x86_64 | 0.6.1 | 4.00 | 88.00 | 92.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.1 | 13.00 | 109.00 | 122.00 | OK |
Version: 0.6.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(emburden)
>
> test_check("emburden")
Saving _problems/test-neb-equivalence-458.R
[ FAIL 1 | WARN 0 | SKIP 13 | PASS 663 ]
══ Skipped tests (13) ══════════════════════════════════════════════════════════
• No data directory found (1): 'test-data-loaders.R:126:3'
• On CRAN (11): 'test-jss-vignette.R:2:3', 'test-zenodo-download.R:26:3',
'test-zenodo-download.R:40:3', 'test-zenodo-integration.R:19:3',
'test-zenodo-integration.R:36:3', 'test-zenodo-integration.R:66:3',
'test-zenodo-integration.R:85:3', 'test-zenodo-integration.R:104:3',
'test-zenodo-integration.R:123:3', 'test-zenodo-integration.R:150:3',
'test-zenodo-integration.R:176:3'
• Requires real data or comprehensive mocking (1):
'test-housing-dimensions.R:194:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-neb-equivalence.R:458:3'): Nh method (arithmetic mean) is faster than harmonic mean ──
Expected `speedup_vs_harmonic > 0.5` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 13 | PASS 663 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc