CRAN Package Check Results for Package cucumber

Last updated on 2024-06-15 11:50:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 7.30 61.04 68.34 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.3 4.05 46.66 50.71 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.3 55.42 OK
r-devel-linux-x86_64-fedora-gcc 1.0.3 58.19 OK
r-devel-windows-x86_64 1.0.3 6.00 67.00 73.00 OK
r-patched-linux-x86_64 1.0.3 5.73 59.97 65.70 ERROR
r-release-linux-x86_64 1.0.2 4.95 58.49 63.44 OK
r-release-macos-arm64 1.0.3 47.00 OK
r-release-macos-x86_64 1.0.3 107.00 OK
r-release-windows-x86_64 1.0.3 8.00 69.00 77.00 OK
r-oldrel-macos-arm64 1.0.3 51.00 OK
r-oldrel-macos-x86_64 1.0.3 95.00 OK
r-oldrel-windows-x86_64 1.0.3 8.00 76.00 84.00 OK

Check Details

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/14s] 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(cucumber) > > test_check("cucumber") [ FAIL 1 | WARN 0 | SKIP 14 | PASS 64 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-examples.R:27:5', 'test-examples.R:31:5', 'test-examples.R:35:5', 'test-examples.R:39:5', 'test-examples.R:43:5', 'test-examples.R:47:5', 'test-examples.R:51:5', 'test-examples.R:55:5', 'test-examples.R:59:5', 'test-examples.R:69:7', 'test-examples.R:78:5', 'test-examples.R:82:5', 'test-examples.R:86:5' • testthat::is_checking() is TRUE (1): 'test-examples.R:90:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-examples.R:63:5'): test: should run a Scenario with snapshot test ── Error in `brio::write_file(out, path)`: Could not open file: /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cucumber/examples/snapshot_test/tests/testthat/_snaps/cucumber.md Backtrace: ▆ 1. └─cucumber (local) test_example("examples/snapshot_test") at test-examples.R:63:5 2. ├─withr::with_dir(...) at test-examples.R:2:3 3. │ └─base::force(code) 4. └─testthat::expect_snapshot(...) at test-examples.R:3:5 5. └─rlang::cnd_signal(state$error) [ FAIL 1 | WARN 0 | SKIP 14 | PASS 64 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/14s] 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(cucumber) > > test_check("cucumber") [ FAIL 1 | WARN 0 | SKIP 14 | PASS 64 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-examples.R:27:5', 'test-examples.R:31:5', 'test-examples.R:35:5', 'test-examples.R:39:5', 'test-examples.R:43:5', 'test-examples.R:47:5', 'test-examples.R:51:5', 'test-examples.R:55:5', 'test-examples.R:59:5', 'test-examples.R:69:7', 'test-examples.R:78:5', 'test-examples.R:82:5', 'test-examples.R:86:5' • testthat::is_checking() is TRUE (1): 'test-examples.R:90:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-examples.R:63:5'): test: should run a Scenario with snapshot test ── Error in `brio::write_file(out, path)`: Could not open file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/cucumber/examples/snapshot_test/tests/testthat/_snaps/cucumber.md Backtrace: ▆ 1. └─cucumber (local) test_example("examples/snapshot_test") at test-examples.R:63:5 2. ├─withr::with_dir(...) at test-examples.R:2:3 3. │ └─base::force(code) 4. └─testthat::expect_snapshot(...) at test-examples.R:3:5 5. └─rlang::cnd_signal(state$error) [ FAIL 1 | WARN 0 | SKIP 14 | PASS 64 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/14s] 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(cucumber) > > test_check("cucumber") [ FAIL 1 | WARN 0 | SKIP 14 | PASS 64 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-examples.R:27:5', 'test-examples.R:31:5', 'test-examples.R:35:5', 'test-examples.R:39:5', 'test-examples.R:43:5', 'test-examples.R:47:5', 'test-examples.R:51:5', 'test-examples.R:55:5', 'test-examples.R:59:5', 'test-examples.R:69:7', 'test-examples.R:78:5', 'test-examples.R:82:5', 'test-examples.R:86:5' • testthat::is_checking() is TRUE (1): 'test-examples.R:90:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-examples.R:63:5'): test: should run a Scenario with snapshot test ── Error in `brio::write_file(out, path)`: Could not open file: /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cucumber/examples/snapshot_test/tests/testthat/_snaps/cucumber.md Backtrace: ▆ 1. └─cucumber (local) test_example("examples/snapshot_test") at test-examples.R:63:5 2. ├─withr::with_dir(...) at test-examples.R:2:3 3. │ └─base::force(code) 4. └─testthat::expect_snapshot(...) at test-examples.R:3:5 5. └─rlang::cnd_signal(state$error) [ FAIL 1 | WARN 0 | SKIP 14 | PASS 64 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64