CRAN Package Check Results for Package vcr

Last updated on 2025-11-22 09:50:09 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.0 11.39 76.64 88.03 OK
r-devel-linux-x86_64-debian-gcc 2.0.0 7.62 56.51 64.13 OK
r-devel-linux-x86_64-fedora-clang 2.0.0 45.00 100.09 145.09 ERROR
r-devel-linux-x86_64-fedora-gcc 2.0.0 38.00 107.47 145.47 OK
r-devel-windows-x86_64 2.0.0 12.00 84.00 96.00 ERROR
r-patched-linux-x86_64 2.0.0 13.15 72.05 85.20 OK
r-release-linux-x86_64 2.0.0 10.44 73.10 83.54 OK
r-release-macos-arm64 2.0.0 OK
r-release-macos-x86_64 2.0.0 20.00 113.00 133.00 OK
r-release-windows-x86_64 2.0.0 11.00 82.00 93.00 ERROR
r-oldrel-macos-arm64 2.0.0 OK
r-oldrel-macos-x86_64 2.0.0 11.00 98.00 109.00 OK
r-oldrel-windows-x86_64 2.0.0 17.00 100.00 117.00 ERROR

Check Details

Version: 2.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [37s/60s] 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(vcr) > > test_check("vcr") Starting 2 test processes. Saving _problems/test-ause_cassette_re_record-38.R > test-request_matcher.R: [Cassette: test] Inserting 'test.yml' (new cassette) > test-request_matcher.R: [Cassette: test] Mode: recording > test-request_matcher.R: [Cassette: test] Handling request: POST http://127.0.0.1:38855/post > test-request_matcher.R: [Cassette: test] Recording response: 200 with 458 bytes of application/json data > test-request_matcher.R: [Cassette: test] Ejecting > test-request_matcher.R: [Cassette: test] Inserting 'test.yml' (new cassette) > test-request_matcher.R: [Cassette: test] Mode: recording > test-request_matcher.R: [Cassette: test] Handling request: POST http://127.0.0.1:38855/post foo=bar > test-request_matcher.R: [Cassette: test] Recording response: 200 with 457 bytes of application/json data > test-request_matcher.R: > test-request_matcher.R: [Cassette: test] Ejecting > test-use_cassette.R: Warning message: > test-use_cassette.R: In for (i in seq_len(n)) { : > test-use_cassette.R: closing unused connection 4 (/data/gannet/ripley/R/R-clang/library/base/CITATION) [ FAIL 1 | WARN 1 | SKIP 37 | PASS 432 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (36): 'test-ause_cassette_re_record.R:1:1', 'test-cassette_class.R:1:1', 'test-cassette_class.R:6:3', 'test-cassette_class.R:40:1', 'test-check_cassette_names.R:1:1', 'test-check_cassette_names.R:6:1', 'test-cassettes.R:16:1', 'test-configuration.R:1:1', 'test-configuration.R:47:1', 'test-knitr.R:1:1', 'test-logger.R:19:1', 'test-lightswitch.R:1:1', 'test-lightswitch.R:11:1', 'test-lightswitch.R:29:1', 'test-lightswitch.R:80:1', 'test-request_handler-httr.R:1:1', 'test-request_handler.R:1:1', 'test-request_handler-httr2.R:163:3', 'test-request_handler-httr2.R:191:3', 'test-request_handler-httr2.R:243:3', 'test-request_ignorer.R:2:3', 'test-request_response.R:1:1', 'test-request_response.R:17:1', 'test-serialize-body.R:90:1', 'test-request_matcher.R:14:1', 'test-request_matcher.R:30:1', 'test-request_matcher.R:143:1', 'test-request_matcher.R:159:1', 'test-serializer.R:13:1', 'test-serializer.R:152:1', 'test-serializer.R:216:1', 'test-vcr_setup.R:1:1', 'test-vcr_setup.R:31:1', 'test-vcr_setup.R:42:1', 'test-use_cassette.R:20:1', 'test-use_cassette.R:33:1' • {jpeg} is not installed (1): 'test-serializer.R:39:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-ause_cassette_re_record.R:35:3'): use_cassette options: re_record_interval ── Expected `rr1$http_interactions[[1]]$recorded_at == rr2$http_interactions[[1]]$recorded_at` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 1 | SKIP 37 | PASS 432 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.0.0
Check: tests
Result: ERROR Running 'testthat.R' [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(vcr) > > test_check("vcr") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 36 | PASS 421 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (35): 'test-ause_cassette_re_record.R:24:3', 'test-cassette_class.R:2:3', 'test-cassette_class.R:6:3', 'test-cassette_class.R:44:3', 'test-cassettes.R:17:3', 'test-check_cassette_names.R:30:3', 'test-configuration.R:2:3', 'test-configuration.R:50:3', 'test-knitr.R:4:3', 'test-logger.R:25:3', 'test-lightswitch.R:4:3', 'test-lightswitch.R:16:5', 'test-lightswitch.R:35:3', 'test-lightswitch.R:88:3', 'test-request_handler-httr.R:1:1', 'test-request_handler-httr2.R:163:3', 'test-request_handler-httr2.R:191:3', 'test-request_handler-httr2.R:243:3', 'test-request_handler.R:5:3', 'test-request_ignorer.R:2:3', 'test-request_matcher.R:22:3', 'test-request_matcher.R:36:3', 'test-request_matcher.R:152:3', 'test-request_matcher.R:168:3', 'test-request_response.R:9:3', 'test-request_response.R:26:3', 'test-serialize-body.R:94:3', 'test-serializer.R:14:3', 'test-serializer.R:166:3', 'test-serializer.R:229:3', 'test-use_cassette.R:23:3', 'test-use_cassette.R:36:3', 'test-vcr_setup.R:3:3', 'test-vcr_setup.R:36:3', 'test-vcr_setup.R:45:3' • {jpeg} is not installed (1): 'test-serializer.R:39:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-check_cassette_names.R:3:3'): check_cassette_names is deprecated ── Error in `list.files(".", pattern = pattern, full.names = TRUE)`: invalid 'pattern' regular expression Backtrace: ▆ 1. └─testthat::expect_snapshot(check_cassette_names(dir)) at test-check_cassette_names.R:3:3 2. └─rlang::cnd_signal(state$error) [ FAIL 1 | WARN 0 | SKIP 36 | PASS 421 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 2.0.0
Check: tests
Result: ERROR Running 'testthat.R' [13s] 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(vcr) > > test_check("vcr") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 36 | PASS 421 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (35): 'test-ause_cassette_re_record.R:24:3', 'test-cassette_class.R:2:3', 'test-cassette_class.R:6:3', 'test-cassette_class.R:44:3', 'test-cassettes.R:17:3', 'test-check_cassette_names.R:30:3', 'test-configuration.R:2:3', 'test-configuration.R:50:3', 'test-knitr.R:4:3', 'test-logger.R:25:3', 'test-lightswitch.R:4:3', 'test-lightswitch.R:16:5', 'test-lightswitch.R:35:3', 'test-lightswitch.R:88:3', 'test-request_handler-httr.R:1:1', 'test-request_handler-httr2.R:163:3', 'test-request_handler-httr2.R:191:3', 'test-request_handler-httr2.R:243:3', 'test-request_handler.R:5:3', 'test-request_ignorer.R:2:3', 'test-request_matcher.R:22:3', 'test-request_matcher.R:36:3', 'test-request_matcher.R:152:3', 'test-request_matcher.R:168:3', 'test-request_response.R:9:3', 'test-request_response.R:26:3', 'test-serialize-body.R:94:3', 'test-serializer.R:14:3', 'test-serializer.R:166:3', 'test-serializer.R:229:3', 'test-use_cassette.R:23:3', 'test-use_cassette.R:36:3', 'test-vcr_setup.R:3:3', 'test-vcr_setup.R:36:3', 'test-vcr_setup.R:45:3' • {jpeg} is not installed (1): 'test-serializer.R:39:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-check_cassette_names.R:3:3'): check_cassette_names is deprecated ── Error in `list.files(".", pattern = pattern, full.names = TRUE)`: invalid 'pattern' regular expression Backtrace: ▆ 1. └─testthat::expect_snapshot(check_cassette_names(dir)) at test-check_cassette_names.R:3:3 2. └─rlang::cnd_signal(state$error) [ FAIL 1 | WARN 0 | SKIP 36 | PASS 421 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 2.0.0
Check: tests
Result: ERROR Running 'testthat.R' [17s] 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(vcr) > > test_check("vcr") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 36 | PASS 421 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (35): 'test-ause_cassette_re_record.R:24:3', 'test-cassette_class.R:2:3', 'test-cassette_class.R:6:3', 'test-cassette_class.R:44:3', 'test-cassettes.R:17:3', 'test-check_cassette_names.R:30:3', 'test-configuration.R:2:3', 'test-configuration.R:50:3', 'test-knitr.R:4:3', 'test-logger.R:25:3', 'test-lightswitch.R:4:3', 'test-lightswitch.R:16:5', 'test-lightswitch.R:35:3', 'test-lightswitch.R:88:3', 'test-request_handler-httr.R:1:1', 'test-request_handler-httr2.R:163:3', 'test-request_handler-httr2.R:191:3', 'test-request_handler-httr2.R:243:3', 'test-request_handler.R:5:3', 'test-request_ignorer.R:2:3', 'test-request_response.R:9:3', 'test-request_response.R:26:3', 'test-request_matcher.R:22:3', 'test-request_matcher.R:36:3', 'test-request_matcher.R:152:3', 'test-request_matcher.R:168:3', 'test-serialize-body.R:94:3', 'test-serializer.R:14:3', 'test-serializer.R:166:3', 'test-serializer.R:229:3', 'test-use_cassette.R:23:3', 'test-use_cassette.R:36:3', 'test-vcr_setup.R:3:3', 'test-vcr_setup.R:36:3', 'test-vcr_setup.R:45:3' • {jpeg} is not installed (1): 'test-serializer.R:39:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-check_cassette_names.R:3:3'): check_cassette_names is deprecated ── Error in `list.files(".", pattern = pattern, full.names = TRUE)`: invalid 'pattern' regular expression Backtrace: ▆ 1. └─testthat::expect_snapshot(check_cassette_names(dir)) at test-check_cassette_names.R:3:3 2. └─rlang::cnd_signal(state$error) [ FAIL 1 | WARN 0 | SKIP 36 | PASS 421 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64