CRAN Package Check Results for Package assertive.properties

Last updated on 2023-10-24 17:03:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0-5 OK
r-devel-linux-x86_64-debian-gcc 0.0-5 1.95 25.07 27.02 OK
r-devel-linux-x86_64-fedora-clang 0.0-5 43.81 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0-5 40.59 ERROR
r-devel-windows-x86_64 0.0-5 4.00 49.00 53.00 OK
r-patched-linux-x86_64 0.0-5 3.54 30.09 33.63 OK
r-release-linux-x86_64 0.0-5 2.18 30.08 32.26 OK
r-release-macos-arm64 0.0-5 19.00 OK
r-release-macos-x86_64 0.0-5 24.00 OK
r-release-windows-x86_64 0.0-5 5.00 48.00 53.00 OK
r-oldrel-macos-arm64 0.0-5 19.00 OK
r-oldrel-macos-x86_64 0.0-5 24.00 OK
r-oldrel-windows-x86_64 0.0-5 5.00 51.00 56.00 OK

Check Details

Version: 0.0-5
Check: examples
Result: ERROR
    Running examples in ‘assertive.properties-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: assert_is_atomic
    > ### Title: Is the input atomic/recursive/vector?
    > ### Aliases: assert_is_atomic assert_is_nested assert_is_non_nested
    > ### assert_is_recursive assert_is_vector is_atomic is_nested
    > ### is_non_nested is_recursive is_vector
    >
    > ### ** Examples
    >
    > atomic_types <- list(
    + logical(),
    + integer(),
    + numeric(),
    + complex(),
    + character(),
    + raw(),
    + matrix(),
    + array(),
    + factor(),
    + NULL
    + )
    > for(var in atomic_types) assert_is_atomic(var)
    Error: is_atomic : var is not atomic.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.0-5
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(assertive.base)
    
     Attaching package: 'assertive.base'
    
     The following objects are masked from 'package:testthat':
    
     is_false, is_true
    
     > library(assertive.properties)
    
     Attaching package: 'assertive.properties'
    
     The following objects are masked from 'package:testthat':
    
     has_names, is_null
    
     >
     > test_check("assertive.properties")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-is-atomic-recursive-vector.R:22:3'): test.is_atomic.null.returns_true ──
     is_atomic(NULL) is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc