CRAN Package Check Results for Package qdapRegex

Last updated on 2024-10-18 09:50:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.8 5.03 41.61 46.64 OK
r-devel-linux-x86_64-debian-gcc 0.7.8 3.18 28.72 31.90 OK
r-devel-linux-x86_64-fedora-clang 0.7.8 79.91 OK
r-devel-linux-x86_64-fedora-gcc 0.7.8 75.58 OK
r-devel-windows-x86_64 0.7.8 8.00 82.00 90.00 ERROR
r-patched-linux-x86_64 0.7.8 OK
r-release-linux-x86_64 0.7.8 3.71 38.89 42.60 OK
r-release-macos-arm64 0.7.8 22.00 OK
r-release-macos-x86_64 0.7.8 35.00 OK
r-release-windows-x86_64 0.7.8 8.00 69.00 77.00 OK
r-oldrel-macos-arm64 0.7.8 25.00 OK
r-oldrel-macos-x86_64 0.7.8 62.00 OK
r-oldrel-windows-x86_64 0.7.8 9.00 80.00 89.00 OK

Check Details

Version: 0.7.8
Check: tests
Result: ERROR Running 'testthat.R' [3s] Running the tests in 'tests/testthat.R' failed. Complete output: > library("testthat") > library("qdapRegex") > > > test_check("qdapRegex") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 177 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-rm_non_ascii.R:14:5'): rm_non_ascii is removing/replacing 'all abbreviation' strings ── rm_non_ascii(x) not equivalent to `x1`. 3/4 mismatches x[2]: "Ekstr" y[2]: "Ekstrm" x[3]: "Jeskog" y[3]: "Jreskog" x[4]: "bihen Zcher" y[4]: "bichen Zrcher" ── Failure ('test-rm_non_ascii.R:15:5'): rm_non_ascii is removing/replacing 'all abbreviation' strings ── rm_non_ascii(x, replacement = "<<FLAG>>") not equivalent to `x2`. 3/4 mismatches x[2]: "Ekstr<<FLAG>><<FLAG>>" y[2]: "Ekstr<<FLAG>>m" x[3]: "J<<FLAG>><<FLAG>>eskog" y[3]: "J<<FLAG>>reskog" x[4]: "bi<<FLAG>><<FLAG>>hen Z<<FLAG>><<FLAG>>cher" y[4]: "bi<<FLAG>>chen Z<<FLAG>>rcher" [ FAIL 2 | WARN 0 | SKIP 0 | PASS 177 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64