CRAN Package Check Results for Package ICON

Last updated on 2021-06-22 05:49:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 3.42 39.41 42.83 ERROR
r-devel-linux-x86_64-debian-gcc 0.4.0 2.74 30.48 33.22 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.0 61.53 ERROR
r-devel-linux-x86_64-fedora-gcc 0.4.0 50.25 ERROR
r-devel-windows-x86_64 0.4.0 6.00 57.00 63.00 ERROR
r-devel-windows-x86_64-gcc10-UCRT 0.4.0 ERROR
r-patched-linux-x86_64 0.4.0 3.09 37.65 40.74 ERROR
r-patched-solaris-x86 0.4.0 74.30 ERROR
r-release-linux-x86_64 0.4.0 2.92 37.70 40.62 ERROR
r-release-macos-arm64 0.4.0 OK
r-release-macos-x86_64 0.4.0 OK
r-release-windows-ix86+x86_64 0.4.0 8.00 58.00 66.00 ERROR
r-oldrel-macos-x86_64 0.4.0 OK

Check Details

Version: 0.4.0
Check: tests
Result: ERROR
     Running 'testthat.R' [2s/2s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(ICON)
     >
     > test_check("ICON")
     == Skipped tests ===============================================================
     * On CRAN (1)
    
     == Failed tests ================================================================
     -- Failure (test-s3-network.R:21:3): as.network.ICON generic works -------------
     network::get.edge.attribute(converted_network, "attrib") not equal to test_obj$attrib.
     Lengths differ: 18 is not 25
     -- Failure (test-s3-network.R:24:3): as.network.ICON generic works -------------
     network::network.edgecount(converted_network) not equal to `NROW`.
     1/1 mismatches
     [1] 18 - 25 == -7
    
     [ FAIL 2 | WARN 0 | SKIP 1 | PASS 11 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.4.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/2s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(ICON)
     >
     > test_check("ICON")
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-s3-network.R:21:3): as.network.ICON generic works ─────────────
     network::get.edge.attribute(converted_network, "attrib") not equal to test_obj$attrib.
     Lengths differ: 23 is not 25
     ── Failure (test-s3-network.R:24:3): as.network.ICON generic works ─────────────
     network::network.edgecount(converted_network) not equal to `NROW`.
     1/1 mismatches
     [1] 23 - 25 == -2
    
     [ FAIL 2 | WARN 0 | SKIP 1 | PASS 11 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.0
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(ICON)
     >
     > test_check("ICON")
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-s3-network.R:21:3): as.network.ICON generic works ─────────────
     network::get.edge.attribute(converted_network, "attrib") not equal to test_obj$attrib.
     Lengths differ: 23 is not 25
     ── Failure (test-s3-network.R:24:3): as.network.ICON generic works ─────────────
     network::network.edgecount(converted_network) not equal to `NROW`.
     1/1 mismatches
     [1] 23 - 25 == -2
    
     [ FAIL 2 | WARN 0 | SKIP 1 | PASS 11 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.4.0
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(ICON)
     >
     > test_check("ICON")
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-s3-network.R:21:3): as.network.ICON generic works ─────────────
     network::get.edge.attribute(converted_network, "attrib") not equal to test_obj$attrib.
     Lengths differ: 24 is not 25
     ── Failure (test-s3-network.R:24:3): as.network.ICON generic works ─────────────
     network::network.edgecount(converted_network) not equal to `NROW`.
     1/1 mismatches
     [1] 24 - 25 == -1
    
     [ FAIL 2 | WARN 0 | SKIP 1 | PASS 11 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.4.0
Check: tests
Result: ERROR
     Running 'testthat.R' [2s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(ICON)
     >
     > test_check("ICON")
     == Skipped tests ===============================================================
     * On CRAN (1)
    
     == Failed tests ================================================================
     -- Failure (test-s3-network.R:21:3): as.network.ICON generic works -------------
     network::get.edge.attribute(converted_network, "attrib") not equal to test_obj$attrib.
     Lengths differ: 21 is not 25
     -- Failure (test-s3-network.R:24:3): as.network.ICON generic works -------------
     network::network.edgecount(converted_network) not equal to `NROW`.
     1/1 mismatches
     [1] 21 - 25 == -4
    
     [ FAIL 2 | WARN 0 | SKIP 1 | PASS 11 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.4.0
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: 'covr'
Flavor: r-devel-windows-x86_64-gcc10-UCRT

Version: 0.4.0
Check: tests
Result: ERROR
     Running 'testthat.R'
    Running the tests in 'tests/testthat.R' failed.
    Last 13 lines of output:
     == Skipped tests ===============================================================
     * On CRAN (1)
    
     == Failed tests ================================================================
     -- Failure (test-s3-network.R:21:3): as.network.ICON generic works -------------
     network::get.edge.attribute(converted_network, "attrib") not equal to test_obj$attrib.
     Lengths differ: 21 is not 25
     -- Failure (test-s3-network.R:24:3): as.network.ICON generic works -------------
     network::network.edgecount(converted_network) not equal to `NROW`.
     1/1 mismatches
     [1] 21 - 25 == -4
    
     [ FAIL 2 | WARN 0 | SKIP 1 | PASS 11 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64-gcc10-UCRT

Version: 0.4.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/2s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(ICON)
     >
     > test_check("ICON")
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-s3-network.R:21:3): as.network.ICON generic works ─────────────
     network::get.edge.attribute(converted_network, "attrib") not equal to test_obj$attrib.
     Lengths differ: 22 is not 25
     ── Failure (test-s3-network.R:24:3): as.network.ICON generic works ─────────────
     network::network.edgecount(converted_network) not equal to `NROW`.
     1/1 mismatches
     [1] 22 - 25 == -3
    
     [ FAIL 2 | WARN 0 | SKIP 1 | PASS 11 ]
     Error: Test failures
     Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.4.0
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(ICON)
     >
     > test_check("ICON")
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-s3-network.R:21:3): as.network.ICON generic works ─────────────
     network::get.edge.attribute(converted_network, "attrib") not equal to test_obj$attrib.
     Lengths differ: 15 is not 25
     ── Failure (test-s3-network.R:24:3): as.network.ICON generic works ─────────────
     network::network.edgecount(converted_network) not equal to `NROW`.
     1/1 mismatches
     [1] 15 - 25 == -10
    
     [ FAIL 2 | WARN 0 | SKIP 1 | PASS 11 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.4.0
Check: tests
Result: ERROR
     Running 'testthat.R' [2s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(ICON)
     >
     > test_check("ICON")
     == Skipped tests ===============================================================
     * On CRAN (1)
    
     == Failed tests ================================================================
     -- Failure (test-s3-network.R:21:3): as.network.ICON generic works -------------
     network::get.edge.attribute(converted_network, "attrib") not equal to test_obj$attrib.
     Lengths differ: 20 is not 25
     -- Failure (test-s3-network.R:24:3): as.network.ICON generic works -------------
     network::network.edgecount(converted_network) not equal to `NROW`.
     1/1 mismatches
     [1] 20 - 25 == -5
    
     [ FAIL 2 | WARN 0 | SKIP 1 | PASS 11 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-ix86+x86_64