Last updated on 2025-08-05 12:49:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 23.28 | 163.13 | 186.41 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 15.36 | 107.55 | 122.91 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 298.68 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 291.16 | ERROR | |||
r-devel-windows-x86_64 | 1.0.0 | 28.00 | 176.00 | 204.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 20.05 | 153.53 | 173.58 | OK | |
r-release-linux-x86_64 | 1.0.0 | 22.19 | 150.02 | 172.21 | 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 | 27.00 | 175.00 | 202.00 | ERROR | |
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 | 33.00 | 233.00 | 266.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/18s]
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: 4023
[ 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.30166853 0.01983585
+ expected[1, ] 0.29860907 0.01719939
- actual[2, ] 0.01983585 0.14955442
+ expected[2, ] 0.01719939 0.14816832
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 131 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [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: 6774
[ 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.29640763 0.01808524
+ expected[1, ] 0.30092549 0.01922104
- actual[2, ] 0.01808524 0.14871753
+ expected[2, ] 0.01922104 0.14929565
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 131 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64