Last updated on 2026-09-13 02:52:09 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.5 | 99.10 | 673.13 | 772.23 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.5 | 89.33 | 392.08 | 481.41 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.5 | 73.00 | 451.67 | 524.67 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.5 | 114.00 | 507.70 | 621.70 | OK | |
| r-devel-windows-x86_64 | 1.2.5 | 121.00 | 539.00 | 660.00 | OK | |
| r-patched-linux-x86_64 | 1.2.5 | 124.78 | 649.93 | 774.71 | OK | |
| r-release-linux-x86_64 | 1.2.5 | 115.37 | 649.99 | 765.36 | ERROR | |
| r-release-macos-arm64 | 1.2.5 | 25.00 | 88.00 | 113.00 | OK | |
| r-release-macos-x86_64 | 1.2.5 | 73.00 | 437.00 | 510.00 | OK | |
| r-release-windows-x86_64 | 1.2.5 | 126.00 | 451.00 | 577.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.5 | 23.00 | 90.00 | 113.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.5 | 72.00 | 506.00 | 578.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.5 | 148.00 | 662.00 | 810.00 | OK |
Version: 1.2.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [355s/192s]
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(ernest)
>
> test_check("ernest")
Starting 2 test processes.
Saving _problems/test-generate-135.R
[ FAIL 1 | WARN 0 | SKIP 37 | PASS 404 ]
══ Skipped tests (37) ══════════════════════════════════════════════════════════
• On CRAN (37): 'test-plot.R:1:1', 'test-plot.R:48:3', 'test-plot.R:70:3',
'test-calculate.R:41:3', 'test-calculate.R:71:3', 'test-calculate.R:82:3',
'test-cpp11.R:66:3', 'test-cpp11.R:87:3', 'test-likelihood-class.R:43:3',
'test-likelihood-class.R:53:3', 'test-likelihood-class.R:94:1',
'test-prior-class.R:26:3', 'test-prior-class.R:37:3',
'test-prior-class.R:159:1', 'test-multi_ellipsoid.R:6:1',
'test-multi_ellipsoid.R:31:3', 'test-run-class.R:14:1',
'test-run-class.R:39:3', 'test-run-class.R:59:3', 'test-rcrd-class.R:1:1',
'test-sampler-class.R:3:1', 'test-sampler-class.R:115:1',
'test-sampler-class.R:127:1', 'test-sampler-class.R:139:1',
'test-sampler-class.R:157:1', 'test-slice_rectangle.R:6:1',
'test-slice_rectangle.R:16:3', 'test-slice_rectangle.R:27:3',
'test-rwmh_cube.R:6:1', 'test-rwmh_cube.R:27:3', 'test-unif_ellipsoid.R:4:1',
'test-unif_ellipsoid.R:33:3', 'test-utils.R:1:1', 'test-utils.R:14:1',
'test-visualize.R:21:1', 'test-unif_cube.R:4:1', 'test-unif_cube.R:21:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-generate.R:131:3'): `seed` is preserved across runs when set to NA ──
Log-evidence falls outside expectation (-6.679)
Run Estimate: -13.374 (ERR: 2.140)
Backtrace:
▆
1. └─ernest:::expect_gaussian_run(...) at test-generate.R:131:3
2. └─ernest:::expect_run(...) at ./helper_algorithm-tests.R:137:3
[ FAIL 1 | WARN 0 | SKIP 37 | PASS 404 ]
Deleting unused snapshots: 'plot/estimate-1-draw.svg',
'plot/estimate-500-draws-no-evidence.svg', 'plot/estimate-500-draws.svg',
'plot/example-run-no-evidence.svg', 'plot/example-run.svg',
'visualize/trace-basic.svg', 'visualize/trace-x.svg', 'visualize/trace-yz.svg',
'visualize/visualize-basic.svg', 'visualize/visualize-x.svg', and
'visualize/visualize-yz.svg'
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64