CRAN Package Check Results for Package rhymer

Last updated on 2025-07-25 20:49:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.2 1.78 25.72 27.50 OK
r-devel-linux-x86_64-debian-gcc 1.2.2 1.50 22.11 23.61 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.2 41.98 OK
r-devel-linux-x86_64-fedora-gcc 1.2.2 52.40 OK
r-devel-windows-x86_64 1.2.2 3.00 63.00 66.00 OK
r-patched-linux-x86_64 1.2.2 1.92 23.08 25.00 OK
r-release-linux-x86_64 1.2.2 1.82 23.39 25.21 OK
r-release-macos-arm64 1.2.2 35.00 OK
r-release-macos-x86_64 1.2.2 255.00 OK
r-release-windows-x86_64 1.2.2 3.00 53.00 56.00 OK
r-oldrel-macos-arm64 1.2.2 40.00 OK
r-oldrel-macos-x86_64 1.2.2 66.00 OK
r-oldrel-windows-x86_64 1.2.2 3.00 57.00 60.00 OK

Check Details

Version: 1.2.2
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(rhymer) > > test_check("rhymer") [ FAIL 3 | WARN 0 | SKIP 0 | PASS 34 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_rhymer.R:12:3'): get_rhyme returns dataframe of words ──────── "best" %in% rhyme_data$word is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test_rhymer.R:23:3'): get_rhyme with syllable argument works ────── "budapest" %in% rhyme_data$word is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test_rhymer.R:73:3'): get_other_related returns dataframe of words ── "take" %in% other_related_data$word is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 3 | WARN 0 | SKIP 0 | PASS 34 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc