CRAN Package Check Results for Package ripserr

Last updated on 2020-09-28 15:47:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 51.82 42.00 93.82 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 38.31 35.07 73.38 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 144.50 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 123.90 OK
r-devel-windows-ix86+x86_64 0.1.0 119.00 100.00 219.00 OK
r-patched-linux-x86_64 0.1.0 40.22 42.23 82.45 OK
r-patched-solaris-x86 0.1.0 127.50 OK
r-release-linux-x86_64 0.1.0 38.23 42.20 80.43 OK
r-release-macos-x86_64 0.1.0 OK
r-release-windows-ix86+x86_64 0.1.0 118.00 113.00 231.00 OK
r-oldrel-macos-x86_64 0.1.0 ERROR
r-oldrel-windows-ix86+x86_64 0.1.0 110.00 241.00 351.00 ERROR

Additional issues

clang-ASAN

Check Details

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in ‘ripserr-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: cubical
    > ### Title: Calculate Persistent Homology using a Cubical Complex
    > ### Aliases: cubical
    >
    > ### ** Examples
    >
    >
    > # 2-dim example
    > dataset <- rnorm(10 ^ 2)
    > dim(dataset) <- rep(10, 2)
    > cubical_hom2 <- cubical(dataset)
    Error in cubical(dataset) :
     Data must be of class array; passed dataset has class = matrix
    Execution halted
Flavor: r-oldrel-macos-x86_64

Version: 0.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [8s/9s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     Backtrace:
     1. ripserr::cubical(test_data)
    
     ── 2. Error: 2-dim cubical returns same values as validated tests (@test-cubical
     Data must be of class array; passed dataset has class = matrix
     Backtrace:
     1. ripserr::cubical(input_data, threshold = THRESH)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 43 | SKIPPED: 1 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: basic 2-dim cubical works (@test-cubical-2dim.R#13)
     2. Error: 2-dim cubical returns same values as validated tests (@test-cubical-2dim.R#46)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-macos-x86_64

Version: 0.1.0
Check: running examples for arch ‘i386’
Result: ERROR
    Running examples in 'ripserr-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: cubical
    > ### Title: Calculate Persistent Homology using a Cubical Complex
    > ### Aliases: cubical
    >
    > ### ** Examples
    >
    >
    > # 2-dim example
    > dataset <- rnorm(10 ^ 2)
    > dim(dataset) <- rep(10, 2)
    > cubical_hom2 <- cubical(dataset)
    Error in cubical(dataset) :
     Data must be of class array; passed dataset has class = matrix
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 0.1.0
Check: running examples for arch ‘x64’
Result: ERROR
    Running examples in 'ripserr-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: cubical
    > ### Title: Calculate Persistent Homology using a Cubical Complex
    > ### Aliases: cubical
    >
    > ### ** Examples
    >
    >
    > # 2-dim example
    > dataset <- rnorm(10 ^ 2)
    > dim(dataset) <- rep(10, 2)
    > cubical_hom2 <- cubical(dataset)
    Error in cubical(dataset) :
     Data must be of class array; passed dataset has class = matrix
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 0.1.0
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [12s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(ripserr)
     >
     > test_check("ripserr")
     -- 1. Error: basic 2-dim cubical works (@test-cubical-2dim.R#13) --------------
     Data must be of class array; passed dataset has class = matrix
     Backtrace:
     1. ripserr::cubical(test_data)
    
     -- 2. Error: 2-dim cubical returns same values as validated tests (@test-cubical
     Data must be of class array; passed dataset has class = matrix
     Backtrace:
     1. ripserr::cubical(input_data, threshold = THRESH)
    
     == testthat results ===========================================================
     [ OK: 43 | SKIPPED: 1 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: basic 2-dim cubical works (@test-cubical-2dim.R#13)
     2. Error: 2-dim cubical returns same values as validated tests (@test-cubical-2dim.R#46)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 0.1.0
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'testthat.R' [10s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(ripserr)
     >
     > test_check("ripserr")
     -- 1. Error: basic 2-dim cubical works (@test-cubical-2dim.R#13) --------------
     Data must be of class array; passed dataset has class = matrix
     Backtrace:
     1. ripserr::cubical(test_data)
    
     -- 2. Error: 2-dim cubical returns same values as validated tests (@test-cubical
     Data must be of class array; passed dataset has class = matrix
     Backtrace:
     1. ripserr::cubical(input_data, threshold = THRESH)
    
     == testthat results ===========================================================
     [ OK: 43 | SKIPPED: 1 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: basic 2-dim cubical works (@test-cubical-2dim.R#13)
     2. Error: 2-dim cubical returns same values as validated tests (@test-cubical-2dim.R#46)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64