Last updated on 2025-05-28 12:49:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 152.11 | 185.57 | 337.68 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 106.57 | 131.04 | 237.61 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 589.85 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 555.98 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 169.00 | 200.00 | 369.00 | OK | |
r-patched-linux-x86_64 | 1.0.1 | 151.87 | 170.65 | 322.52 | OK | |
r-release-linux-x86_64 | 1.0.1 | 150.61 | 170.79 | 321.40 | OK | |
r-release-macos-arm64 | 1.0.1 | 82.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 170.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 171.00 | 199.00 | 370.00 | OK | |
r-oldrel-macos-arm64 | 1.0.1 | 102.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0.1 | 159.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.0.1 | 161.00 | 257.00 | 418.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/7s]
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(sgdGMF)
Loading required package: ggplot2
Attaching package: 'sgdGMF'
The following object is masked from 'package:stats':
simulate
>
> test_check("sgdGMF")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 161 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-utils.R:23:3'): Whitening matrix ─────────────────────────────
crossprod(W.zca.cor) (`actual`) not equal to solve(S) (`expected`).
actual vs expected
[,1] [,2] [,3] [,4] [,5]
- actual[1, ] 3931972.268 -2213104.882 3731.274789 -1965633.065 -2486281.729
+ expected[1, ] 3931972.713 -2213105.132 3731.275211 -1965633.288 -2486282.010
- actual[2, ] -2213104.882 1245642.982 -2100.062009 1106353.538 1399399.808
+ expected[2, ] -2213105.132 1245643.123 -2100.062246 1106353.663 1399399.966
- actual[3, ] 3731.275 -2100.062 4.351303 -1865.401 -2359.964
+ expected[3, ] 3731.275 -2100.062 4.351304 -1865.401 -2359.964
- actual[4, ] -1965633.065 1106353.538 -1865.400542 982641.383 1242918.680
+ expected[4, ] -1965633.288 1106353.663 -1865.400753 982641.494 1242918.820
- actual[5, ] -2486281.729 1399399.808 -2359.963945 1242918.680 1572138.578
+ expected[5, ] -2486282.010 1399399.966 -2359.964212 1242918.820 1572138.756
── Failure ('test-utils.R:24:3'): Whitening matrix ─────────────────────────────
crossprod(W.pca.cor) (`actual`) not equal to solve(S) (`expected`).
actual vs expected
[,1] [,2] [,3] [,4] [,5]
- actual[1, ] 3931972.268 -2213104.882 3731.274789 -1965633.065 -2486281.729
+ expected[1, ] 3931972.713 -2213105.132 3731.275211 -1965633.288 -2486282.010
- actual[2, ] -2213104.882 1245642.982 -2100.062009 1106353.538 1399399.808
+ expected[2, ] -2213105.132 1245643.123 -2100.062246 1106353.663 1399399.966
- actual[3, ] 3731.275 -2100.062 4.351303 -1865.401 -2359.964
+ expected[3, ] 3731.275 -2100.062 4.351304 -1865.401 -2359.964
- actual[4, ] -1965633.065 1106353.538 -1865.400542 982641.383 1242918.680
+ expected[4, ] -1965633.288 1106353.663 -1865.400753 982641.494 1242918.820
- actual[5, ] -2486281.729 1399399.808 -2359.963945 1242918.680 1572138.578
+ expected[5, ] -2486282.010 1399399.966 -2359.964212 1242918.820 1572138.756
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 161 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.1
Check: installed package size
Result: NOTE
installed size is 11.2Mb
sub-directories of 1Mb or more:
libs 10.5Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64