R Under development (unstable) (2025-12-03 r89090 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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. > test-request_matcher.R: [Cassette: test] Inserting 'test.yml' (new cassette) > test-request_matcher.R: [Cassette: test] Mode: recording > test-request_matcher.R: > test-request_matcher.R: [Cassette: test] Handling request: POST http://127.0.0.1:61715/post > test-request_matcher.R: [Cassette: test] Recording response: 200 with 454 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:61715/post foo=bar > test-request_matcher.R: [Cassette: test] Recording response: 200 with 453 bytes of application/json data > test-request_matcher.R: [Cassette: test] Ejecting > test-request_handler-crul.R: Warning message: > test-request_handler-crul.R: In for (i in seq_len(n)) { : > test-request_handler-crul.R: closing unused connection 4 (D:\RCompile\recent\R\library\base\CITATION) [ FAIL 0 | WARN 0 | SKIP 37 | PASS 433 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (36): 'test-cassette_class.R:1:1', 'test-cassette_class.R:6:3', 'test-cassette_class.R:40:1', 'test-cassettes.R:16:1', 'test-check_cassette_names.R:1:1', 'test-check_cassette_names.R:7:1', 'test-configuration.R:1:1', 'test-configuration.R:47:1', 'test-ause_cassette_re_record.R:1: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-httr2.R:163:3', 'test-request_handler-httr2.R:191:3', 'test-request_handler-httr2.R:243:3', 'test-request_handler.R:1:1', 'test-request_ignorer.R:2:3', '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-request_response.R:1:1', 'test-request_response.R:17:1', 'test-serialize-body.R:90:1', 'test-serializer.R:13:1', 'test-serializer.R:152:1', 'test-serializer.R:216:1', 'test-use_cassette.R:20:1', 'test-use_cassette.R:33:1', 'test-vcr_setup.R:1:1', 'test-vcr_setup.R:31:1', 'test-vcr_setup.R:42:1' • {jpeg} is not installed (1): 'test-serializer.R:39:3' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 433 ] > > proc.time() user system elapsed 2.40 0.21 10.14