CRAN Package Check Results for Package selectr

Last updated on 2022-04-24 03:52:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4-2 13.84 46.98 60.82 OK
r-devel-linux-x86_64-debian-gcc 0.4-2 10.81 36.23 47.04 OK
r-devel-linux-x86_64-fedora-clang 0.4-2 74.66 OK
r-devel-linux-x86_64-fedora-gcc 0.4-2 62.94 OK
r-patched-linux-x86_64 0.4-2 13.91 45.59 59.50 OK
r-release-linux-x86_64 0.4-2 12.04 44.30 56.34 ERROR
r-release-macos-arm64 0.4-2 OK
r-release-macos-x86_64 0.4-2 OK
r-release-windows-x86_64 0.4-2 26.00 62.00 88.00 OK
r-oldrel-macos-arm64 0.4-2 OK
r-oldrel-macos-x86_64 0.4-2 OK
r-oldrel-windows-ix86+x86_64 0.4-2 22.00 55.00 77.00 OK

Check Details

Version: 0.4-2
Check: tests
Result: ERROR
     Running ‘test-all.R’ [8s/8s]
    Running the tests in ‘tests/test-all.R’ failed.
    Complete output:
     > library(testthat)
     > library(selectr)
     >
     > test_check("selectr")
     [ FAIL 1 | WARN 8 | SKIP 1 | PASS 602 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • empty test (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-translation.R:111:5): translation from parsed objects to XPath works ──
     Error in `if (localeToCharset()[1] == "UTF-8") {
     expect_that(xpath("di v"), equals("*[(name() = 'di v')]"))
     expect_that(xpath("[h ref]"), equals("*[(attribute::*[name() = 'h ref'])]"))
     }`: missing value where TRUE/FALSE needed
    
     [ FAIL 1 | WARN 8 | SKIP 1 | PASS 602 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64