CRAN Package Check Results for Package vvconverter

Last updated on 2024-06-07 12:58:02 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.9 3.40 46.10 49.50 OK
r-devel-linux-x86_64-debian-gcc 0.5.9 3.50 34.62 38.12 OK
r-devel-linux-x86_64-fedora-clang 0.5.9 63.69 OK
r-devel-linux-x86_64-fedora-gcc 0.5.9 59.36 OK
r-devel-windows-x86_64 0.5.9 6.00 61.00 67.00 OK
r-patched-linux-x86_64 0.5.9 4.69 44.71 49.40 ERROR
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 47.00 ERROR
r-release-windows-x86_64 0.5.9 6.00 61.00 67.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 6.00 66.00 72.00 OK

Check Details

Version: 0.5.9
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/10s] 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-patched-linux-x86_64

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

Version: 0.5.9
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/17s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: > > 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-macos-x86_64