Last updated on 2025-11-15 11:50:47 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 4.2.2 | 2.90 | 56.34 | 59.24 | OK | |
| r-devel-linux-x86_64-debian-gcc | 4.2.2 | 2.64 | 44.15 | 46.79 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 4.2.2 | 11.00 | 83.02 | 94.02 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 4.2.2 | 15.00 | 98.60 | 113.60 | ERROR | |
| r-devel-windows-x86_64 | 4.2.2 | 10.00 | 81.00 | 91.00 | OK | |
| r-patched-linux-x86_64 | 4.2.2 | 4.34 | 54.20 | 58.54 | OK | |
| r-release-linux-x86_64 | 4.2.2 | 2.52 | 54.26 | 56.78 | OK | |
| r-release-macos-arm64 | 4.2.2 | 2.00 | 43.00 | 45.00 | OK | |
| r-release-macos-x86_64 | 4.2.2 | 3.00 | 71.00 | 74.00 | OK | |
| r-release-windows-x86_64 | 4.2.2 | 6.00 | 80.00 | 86.00 | OK | |
| r-oldrel-macos-arm64 | 4.2.2 | 2.00 | 44.00 | 46.00 | OK | |
| r-oldrel-macos-x86_64 | 4.2.2 | 2.00 | 57.00 | 59.00 | OK | |
| r-oldrel-windows-x86_64 | 4.2.2 | 8.00 | 97.00 | 105.00 | OK |
Version: 4.2.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [9s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> test_check("httptest")
Loading required package: httptest
Saving _problems/test-expect-header-18.R
Saving _problems/test-expect-header-33.R
[ FAIL 2 | WARN 0 | SKIP 12 | PASS 289 ]
══ Skipped tests (12) ══════════════════════════════════════════════════════════
• On CRAN (8): 'test-capture-requests.R:6:3', 'test-capture-requests.R:50:3',
'test-capture-requests.R:95:3', 'test-expect-header.R:108:5',
'test-mock-dir.R:22:5', 'test-offline.R:12:7', 'test-offline.R:19:9',
'test-without-internet.R:3:5'
• TODO: handle URL escaping (1): 'test-redact.R:243:5'
• TODO: prettify when simplify=FALSE (1): 'test-capture-requests.R:175:5'
• third_edition is TRUE (2): 'test-expect-header.R:61:7',
'test-without-internet.R:73:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-expect-header.R:10:7'): expect_header with fake HTTP ─────────
Expected exactly one failure and no successes.
Actually succeeded 1 times
Backtrace:
▆
1. ├─httptest::expect_GET(...) at test-expect-header.R:10:7
2. │ └─httptest:::expect_mock_request(object, "GET ", url, " ", ...)
3. │ └─request_happened()(...)
4. │ └─testthat:::expect_condition_matching_(...)
5. │ └─testthat:::quasi_capture(...)
6. │ ├─testthat (local) .capture(...)
7. │ │ └─base::withCallingHandlers(...)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─testthat::expect_failure(...)
── Failure ('test-expect-header.R:25:7'): expect_header with fake HTTP ─────────
Expected exactly one failure and no successes.
Actually succeeded 1 times
Backtrace:
▆
1. ├─httptest::expect_POST(...) at test-expect-header.R:25:7
2. │ └─httptest:::expect_mock_request(object, "POST ", url, " ", ...)
3. │ └─request_happened()(...)
4. │ └─testthat:::expect_condition_matching_(...)
5. │ └─testthat:::quasi_capture(...)
6. │ ├─testthat (local) .capture(...)
7. │ │ └─base::withCallingHandlers(...)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─testthat::expect_failure(...)
[ FAIL 2 | WARN 0 | SKIP 12 | PASS 289 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 4.2.2
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [20s/28s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> test_check("httptest")
Loading required package: httptest
Saving _problems/test-expect-header-18.R
Saving _problems/test-expect-header-33.R
[ FAIL 2 | WARN 0 | SKIP 12 | PASS 289 ]
══ Skipped tests (12) ══════════════════════════════════════════════════════════
• On CRAN (8): 'test-capture-requests.R:6:3', 'test-capture-requests.R:50:3',
'test-capture-requests.R:95:3', 'test-expect-header.R:108:5',
'test-mock-dir.R:22:5', 'test-offline.R:12:7', 'test-offline.R:19:9',
'test-without-internet.R:3:5'
• TODO: handle URL escaping (1): 'test-redact.R:243:5'
• TODO: prettify when simplify=FALSE (1): 'test-capture-requests.R:175:5'
• third_edition is TRUE (2): 'test-expect-header.R:61:7',
'test-without-internet.R:73:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-expect-header.R:10:7'): expect_header with fake HTTP ─────────
Expected exactly one failure and no successes.
Actually succeeded 1 times
Backtrace:
▆
1. ├─httptest::expect_GET(...) at test-expect-header.R:10:7
2. │ └─httptest:::expect_mock_request(object, "GET ", url, " ", ...)
3. │ └─request_happened()(...)
4. │ └─testthat:::expect_condition_matching_(...)
5. │ └─testthat:::quasi_capture(...)
6. │ ├─testthat (local) .capture(...)
7. │ │ └─base::withCallingHandlers(...)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─testthat::expect_failure(...)
── Failure ('test-expect-header.R:25:7'): expect_header with fake HTTP ─────────
Expected exactly one failure and no successes.
Actually succeeded 1 times
Backtrace:
▆
1. ├─httptest::expect_POST(...) at test-expect-header.R:25:7
2. │ └─httptest:::expect_mock_request(object, "POST ", url, " ", ...)
3. │ └─request_happened()(...)
4. │ └─testthat:::expect_condition_matching_(...)
5. │ └─testthat:::quasi_capture(...)
6. │ ├─testthat (local) .capture(...)
7. │ │ └─base::withCallingHandlers(...)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─testthat::expect_failure(...)
[ FAIL 2 | WARN 0 | SKIP 12 | PASS 289 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 4.2.2
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [22s/103s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> test_check("httptest")
Loading required package: httptest
Saving _problems/test-expect-header-18.R
Saving _problems/test-expect-header-33.R
[ FAIL 2 | WARN 0 | SKIP 12 | PASS 289 ]
══ Skipped tests (12) ══════════════════════════════════════════════════════════
• On CRAN (8): 'test-capture-requests.R:6:3', 'test-capture-requests.R:50:3',
'test-capture-requests.R:95:3', 'test-expect-header.R:108:5',
'test-mock-dir.R:22:5', 'test-offline.R:12:7', 'test-offline.R:19:9',
'test-without-internet.R:3:5'
• TODO: handle URL escaping (1): 'test-redact.R:243:5'
• TODO: prettify when simplify=FALSE (1): 'test-capture-requests.R:175:5'
• third_edition is TRUE (2): 'test-expect-header.R:61:7',
'test-without-internet.R:73:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-expect-header.R:10:7'): expect_header with fake HTTP ─────────
Expected exactly one failure and no successes.
Actually succeeded 1 times
Backtrace:
▆
1. ├─httptest::expect_GET(...) at test-expect-header.R:10:7
2. │ └─httptest:::expect_mock_request(object, "GET ", url, " ", ...)
3. │ └─request_happened()(...)
4. │ └─testthat:::expect_condition_matching_(...)
5. │ └─testthat:::quasi_capture(...)
6. │ ├─testthat (local) .capture(...)
7. │ │ └─base::withCallingHandlers(...)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─testthat::expect_failure(...)
── Failure ('test-expect-header.R:25:7'): expect_header with fake HTTP ─────────
Expected exactly one failure and no successes.
Actually succeeded 1 times
Backtrace:
▆
1. ├─httptest::expect_POST(...) at test-expect-header.R:25:7
2. │ └─httptest:::expect_mock_request(object, "POST ", url, " ", ...)
3. │ └─request_happened()(...)
4. │ └─testthat:::expect_condition_matching_(...)
5. │ └─testthat:::quasi_capture(...)
6. │ ├─testthat (local) .capture(...)
7. │ │ └─base::withCallingHandlers(...)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─testthat::expect_failure(...)
[ FAIL 2 | WARN 0 | SKIP 12 | PASS 289 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc