Last updated on 2020-08-07 01:49:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-1 | 4.35 | 36.41 | 40.76 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0-1 | 3.20 | 27.92 | 31.12 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0-1 | 59.17 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-1 | 48.14 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0-1 | 18.00 | 67.00 | 85.00 | OK | |
r-patched-linux-x86_64 | 1.0-1 | 3.88 | 36.37 | 40.25 | OK | |
r-patched-solaris-x86 | 1.0-1 | 80.10 | OK | |||
r-release-linux-x86_64 | 1.0-1 | 4.30 | 36.00 | 40.30 | OK | |
r-release-macos-x86_64 | 1.0-1 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0-1 | 21.00 | 82.00 | 103.00 | OK | |
r-oldrel-macos-x86_64 | 1.0-1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0-1 | 11.00 | 79.00 | 90.00 | ERROR |
Version: 1.0-1
Check: running tests for arch ‘x64’
Result: ERROR
Running 'testthat.R' [11s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
>
> # Locally:
> #library(devtools)
> #load_all("../")
>
> # With R CMD check:
> library(morpheus)
>
> test_check("morpheus")
logit :
Reference normalized matrix:
[,1] [,2]
[1,] 1 0
[2,] 0 1
Estimated normalized matrix:
[,1] [,2]
[1,] 0.9822775 -0.01306856
[2,] -0.1874327 0.99991460
Difference norm (Matrix norm ||.||_1, max. abs. sum on a column)
0.2051552
probit :
Reference normalized matrix:
[,1] [,2]
[1,] 1 0
[2,] 0 1
Estimated normalized matrix:
[,1] [,2]
[1,] 0.999953481 -0.09749277
[2,] -0.009645554 0.99523623
Difference norm (Matrix norm ||.||_1, max. abs. sum on a column)
0.1022565
logit :
Reference normalized matrix:
[,1] [,2]
[1,] 0.4472136 0.9486833
[2,] -0.8944272 0.3162278
Estimated normalized matrix:
[,1] [,2]
[1,] 0.4566243 0.9501862
[2,] -0.8896596 0.3116828
Difference norm (Matrix norm ||.||_1, max. abs. sum on a column)
0.01417826
probit :
Reference normalized matrix:
[,1] [,2]
[1,] 0.4472136 0.9486833
[2,] -0.8944272 0.3162278
Estimated normalized matrix:
[,1] [,2]
[1,] 0.4451914 0.9474735
[2,] -0.8954354 0.3198341
Difference norm (Matrix norm ||.||_1, max. abs. sum on a column)
0.004816127
-- 1. Failure: 'jedi' and 'uwedge' joint-diagonalization methods return a correc
`x` is not strictly less than `expected`. Difference: 0.12
== testthat results ===========================================================
[ OK: 225 | SKIPPED: 0 | WARNINGS: 2 | FAILED: 1 ]
1. Failure: 'jedi' and 'uwedge' joint-diagonalization methods return a correct matrix (@test-jointDiag.R#46)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64