Last updated on 2026-04-26 03:50:08 CEST.
| Package | ERROR | OK |
|---|---|---|
| emburden | 1 | 11 |
Current CRAN status: ERROR: 1, OK: 11
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