CRAN Package Check Results for Package vvconverter

Last updated on 2024-06-03 01:48:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.9 4.98 45.58 50.56 OK
r-devel-linux-x86_64-debian-gcc 0.5.9 3.08 34.57 37.65 OK
r-devel-linux-x86_64-fedora-clang 0.5.9 63.69 OK
r-devel-linux-x86_64-fedora-gcc 0.5.9 58.75 OK
r-devel-windows-x86_64 0.5.9 5.00 62.00 67.00 OK
r-patched-linux-x86_64 0.5.9 5.45 43.32 48.77 OK
r-release-linux-x86_64 0.5.9 4.25 43.12 47.37 ERROR
r-release-macos-arm64 0.5.9 38.00 OK
r-release-macos-x86_64 0.5.9 60.00 OK
r-release-windows-x86_64 0.5.9 6.00 62.00 68.00 OK
r-oldrel-macos-arm64 0.5.9 41.00 OK
r-oldrel-macos-x86_64 0.5.9 71.00 OK
r-oldrel-windows-x86_64 0.5.9 7.00 69.00 76.00 OK

Check Details

Version: 0.5.9
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(vvconverter) Attaching package: 'vvconverter' The following object is masked from 'package:base': mode > > test_check("vvconverter") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 17 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-test-yes-no.R:4:3'): translate_yes_no function works correctly ── tolower(translate_yes_no("no")) (`actual`) not equal to "no" (`expected`). `actual`: "now" `expected`: "no" [ FAIL 1 | WARN 0 | SKIP 0 | PASS 17 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64