CRAN Package Check Results for Maintainer ‘Benjamin Auder <Benjamin.Auder at u-psud.fr>’

Last updated on 2020-08-07 01:50:13 CEST.

Package ERROR OK
morpheus 1 11

Package morpheus

Current CRAN status: ERROR: 1, OK: 11

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