CRAN Package Check Results for Package RGF

Last updated on 2022-09-11 12:56:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 11.92 96.11 108.03 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 10.92 71.91 82.83 OK
r-devel-linux-x86_64-fedora-clang 1.1.0 163.47 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.0 162.96 ERROR
r-devel-windows-x86_64 1.1.0 363.00 218.00 581.00 OK
r-patched-linux-x86_64 1.1.0 13.04 90.94 103.98 OK
r-release-linux-x86_64 1.1.0 13.32 89.87 103.19 OK
r-release-macos-arm64 1.0.8 37.00 OK
r-release-macos-x86_64 1.1.0 58.00 NOTE
r-release-windows-x86_64 1.1.0 392.00 185.00 577.00 OK
r-oldrel-macos-arm64 1.0.8 46.00 OK
r-oldrel-macos-x86_64 1.1.0 66.00 NOTE
r-oldrel-windows-ix86+x86_64 1.0.8 22.00 98.00 120.00 OK

Check Details

Version: 1.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/16s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(RGF)
     If the 'RGF' package gives the following error: 'attempt to apply non-function' then make sure to open a new R session and run 'reticulate::py_config()' before loading the package!
     >
     > test_check("RGF")
     [ FAIL 4 | WARN 0 | SKIP 12 | PASS 3 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • rgf.sklearn is not available for testthat-testing (12)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-RGF_package.R:231:3): the 'mat_2scipy_sparse' returns a scipy CSR sparse matrix ──
     same_dims && inherits(res, "scipy.sparse.csr.csr_matrix") is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure (test-RGF_package.R:244:3): the 'mat_2scipy_sparse' returns a scipy CSC sparse matrix ──
     same_dims && inherits(res, "scipy.sparse.csc.csc_matrix") is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure (test-RGF_package.R:287:5): the 'TO_scipy_sparse' returns the correct output for dgCMatrix ──
     validate_dims && inherits(res, "scipy.sparse.csc.csc_matrix") is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure (test-RGF_package.R:308:5): the 'TO_scipy_sparse' returns the correct output for dgRMatrix ──
     validate_dims && inherits(res, "scipy.sparse.csr.csr_matrix") is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
    
     [ FAIL 4 | WARN 0 | SKIP 12 | PASS 3 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(RGF)
     If the 'RGF' package gives the following error: 'attempt to apply non-function' then make sure to open a new R session and run 'reticulate::py_config()' before loading the package!
     >
     > test_check("RGF")
     [ FAIL 4 | WARN 0 | SKIP 12 | PASS 3 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • rgf.sklearn is not available for testthat-testing (12)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-RGF_package.R:231:3): the 'mat_2scipy_sparse' returns a scipy CSR sparse matrix ──
     same_dims && inherits(res, "scipy.sparse.csr.csr_matrix") is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure (test-RGF_package.R:244:3): the 'mat_2scipy_sparse' returns a scipy CSC sparse matrix ──
     same_dims && inherits(res, "scipy.sparse.csc.csc_matrix") is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure (test-RGF_package.R:287:5): the 'TO_scipy_sparse' returns the correct output for dgCMatrix ──
     validate_dims && inherits(res, "scipy.sparse.csc.csc_matrix") is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure (test-RGF_package.R:308:5): the 'TO_scipy_sparse' returns the correct output for dgRMatrix ──
     validate_dims && inherits(res, "scipy.sparse.csr.csr_matrix") is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
    
     [ FAIL 4 | WARN 0 | SKIP 12 | PASS 3 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1.0
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
    Warning in py_initialize(config$python, config$libpython, config$pythonhome, :
     Python 2 reached EOL on January 1, 2020. Python 2 compatability be removed in an upcoming reticulate release.
    
    A namespace must be able to be loaded with just the base namespace
    loaded: otherwise if the namespace gets loaded by a saved object, the
    session will be unable to start.
    
    Probably some imports need to be declared in the NAMESPACE file.
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64