Last updated on 2025-07-08 14:49:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 291.03 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 293.54 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 177.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 154.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/14s]
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: 4487
[ 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.30235791 0.01766974
+ expected[1, ] 0.29789358 0.01897766
- actual[2, ] 0.01766974 0.14965152
+ expected[2, ] 0.01897766 0.14994476
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 131 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang