Last updated on 2025-12-04 09:50:10 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.0 | 11.70 | 75.53 | 87.23 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.0 | 7.44 | 57.57 | 65.01 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.0 | 29.00 | 106.48 | 135.48 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 30.00 | 116.58 | 146.58 | OK | |
| r-devel-windows-x86_64 | 2.0.0 | 12.00 | 86.00 | 98.00 | ERROR | |
| r-patched-linux-x86_64 | 2.0.0 | 10.03 | 70.73 | 80.76 | OK | |
| r-release-linux-x86_64 | 2.0.0 | 11.06 | 71.30 | 82.36 | 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 | 13.00 | 92.00 | 105.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 | 16.00 | 103.00 | 119.00 | ERROR |
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.
Saving _problems/test-check_cassette_names-3.R
> 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:53583/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_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)
> 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:53583/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
[ FAIL 1 | WARN 0 | SKIP 36 | PASS 433 ]
══ Skipped tests (36) ══════════════════════════════════════════════════════════
• On CRAN (35): '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: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-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_response.R:1:1', 'test-request_response.R:17: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-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'
══ 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. └─vcr::check_cassette_names(dir)
2. └─base::list.files(".", pattern = pattern, full.names = TRUE)
[ FAIL 1 | WARN 0 | SKIP 36 | PASS 433 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 2.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [15s]
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-check_cassette_names-3.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:49498/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:49498/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-4.5.2\library\base\CITATION)
[ FAIL 1 | WARN 1 | SKIP 36 | PASS 433 ]
══ Skipped tests (36) ══════════════════════════════════════════════════════════
• On CRAN (35): '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-cassettes.R:16:1',
'test-check_cassette_names.R:6: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-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'
══ 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. └─vcr::check_cassette_names(dir)
2. └─base::list.files(".", pattern = pattern, full.names = TRUE)
[ FAIL 1 | WARN 1 | SKIP 36 | PASS 433 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 2.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [18s]
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-check_cassette_names-3.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:57155/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:57155/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-serialize-sensitive.R: Warning message:
> test-serialize-sensitive.R: In .Internal(new.env(hash, parent, size)) :
> test-serialize-sensitive.R: closing unused connection 4 (D:\RCompile\recent\R-4.4.3\library\base\CITATION)
[ FAIL 1 | WARN 1 | SKIP 36 | PASS 433 ]
══ Skipped tests (36) ══════════════════════════════════════════════════════════
• On CRAN (35): '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-cassettes.R:16:1',
'test-check_cassette_names.R:6: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-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_response.R:1:1', 'test-request_response.R:17: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-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'
══ 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. └─vcr::check_cassette_names(dir)
2. └─base::list.files(".", pattern = pattern, full.names = TRUE)
[ FAIL 1 | WARN 1 | SKIP 36 | PASS 433 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.