CRAN Package Check Results for Package pct

Last updated on 2023-05-31 18:52:46 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.9 3.97 47.12 51.09 OK
r-devel-linux-x86_64-debian-gcc 0.9.9 3.01 36.89 39.90 OK
r-devel-linux-x86_64-fedora-clang 0.9.9 64.17 NOTE
r-devel-linux-x86_64-fedora-gcc 0.9.9 77.07 NOTE
r-devel-windows-x86_64 0.9.9 7.00 66.00 73.00 OK
r-patched-linux-x86_64 0.9.9 OK
r-release-linux-x86_64 0.9.9 3.00 46.19 49.19 OK
r-release-macos-arm64 0.9.9 42.00 OK
r-release-macos-x86_64 0.9.8 57.00 OK
r-release-windows-x86_64 0.9.9 8.00 74.00 82.00 OK
r-oldrel-macos-arm64 0.9.9 36.00 OK
r-oldrel-macos-x86_64 0.9.9 40.00 OK
r-oldrel-windows-x86_64 0.9.9 8.00 92.00 100.00 ERROR

Check Details

Version: 0.9.9
Check: data for non-ASCII characters
Result: NOTE
     Note: found 11 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.9.9
Check: tests
Result: ERROR
     Running 'skip-heavy.R' [0s]
     Running 'testthat.R' [22s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(pct)
     >
     > test_check("pct")
     [ FAIL 2 | WARN 0 | SKIP 2 | PASS 14 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (1)
     • empty test (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-get-pct.R:12:3'): get_pct_ works ─────────────────────────────
     nrow(z) == 89 is not TRUE
    
     `actual`:
     `expected`: TRUE
     ── Failure ('test-get-pct.R:14:3'): get_pct_ works ─────────────────────────────
     nrow(z) == 89 is not TRUE
    
     `actual`:
     `expected`: TRUE
    
     [ FAIL 2 | WARN 0 | SKIP 2 | PASS 14 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-x86_64