Last updated on 2025-07-23 20:50:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 22.49 | 162.17 | 184.66 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 15.67 | 111.62 | 127.29 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 303.28 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 303.64 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 28.00 | 174.00 | 202.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 23.18 | 152.00 | 175.18 | OK | |
r-release-linux-x86_64 | 1.0.0 | 21.74 | 153.27 | 175.01 | OK | |
r-release-macos-arm64 | 1.0.0 | 79.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 177.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 24.00 | 177.00 | 201.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 78.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 154.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 32.00 | 226.00 | 258.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/8s]
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(LTFGRS)
> library(Rcpp)
>
> test_check("LTFGRS")
seed: 919
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 131 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-Gibbs-sampler.R:22:3'): Gibbs sampler works ──────────────────
cov(test) (`actual`) not equal to cov(true) (`expected`).
actual vs expected
[,1] [,2]
- actual[1, ] 0.29747738 0.01869587
+ expected[1, ] 0.30228512 0.01771992
- actual[2, ] 0.01869587 0.14954641
+ expected[2, ] 0.01771992 0.14778767
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 131 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc