CRAN Package Check Results for Package errorlocate

Last updated on 2023-10-01 00:54:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 7.47 72.27 79.74 OK
r-devel-linux-x86_64-debian-gcc 1.1 6.16 53.98 60.14 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.1 99.73 OK
r-devel-linux-x86_64-fedora-gcc 1.1 112.04 ERROR
r-devel-windows-x86_64 1.1 7.00 75.00 82.00 ERROR
r-patched-linux-x86_64 1.1 8.81 69.92 78.73 OK
r-release-linux-x86_64 1.1 5.73 69.42 75.15 OK
r-release-macos-arm64 1.1.1 36.00 OK
r-release-macos-x86_64 1.1 60.00 OK
r-release-windows-x86_64 1.1 9.00 83.00 92.00 OK
r-oldrel-macos-arm64 1.1 30.00 OK
r-oldrel-macos-x86_64 1.1 43.00 OK
r-oldrel-windows-x86_64 1.1 14.00 93.00 107.00 OK

Check Details

Version: 1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/12s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(errorlocate)
     Loading required package: validate
    
     Attaching package: 'validate'
    
     The following object is masked from 'package:testthat':
    
     compare
    
     >
     > test_check("errorlocate")
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 220 ]
    
     ══ Skipped tests (1) ═══════════════════════════════════════════════════════════
     • nested OR not working (1): 'test-AND.R:24:5'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-errorlocation.R:46:5'): errorlocation: has collected info on duration and status ──
     el$status not equal to 2.
     1/1 mismatches
     [1] 0 - 2 == -2
    
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 220 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [12s/28s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(errorlocate)
     Loading required package: validate
    
     Attaching package: 'validate'
    
     The following object is masked from 'package:testthat':
    
     compare
    
     >
     > test_check("errorlocate")
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 220 ]
    
     ══ Skipped tests (1) ═══════════════════════════════════════════════════════════
     • nested OR not working (1): 'test-AND.R:24:5'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-errorlocation.R:46:5'): errorlocation: has collected info on duration and status ──
     el$status not equal to 2.
     1/1 mismatches
     [1] 0 - 2 == -2
    
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 220 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(errorlocate)
     Loading required package: validate
    
     Attaching package: 'validate'
    
     The following object is masked from 'package:testthat':
    
     compare
    
     >
     > test_check("errorlocate")
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 220 ]
    
     ══ Skipped tests (1) ═══════════════════════════════════════════════════════════
     • nested OR not working (1): 'test-AND.R:24:5'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-errorlocation.R:46:5'): errorlocation: has collected info on duration and status ──
     el$status not equal to 2.
     1/1 mismatches
     [1] 0 - 2 == -2
    
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 220 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64