Last updated on 2026-06-06 03:00:19 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 5.29 | 140.41 | 145.70 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 3.85 | 99.50 | 103.35 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 9.00 | 210.53 | 219.53 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 12.00 | 327.32 | 339.32 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 9.00 | 67.00 | 76.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 4.41 | 132.59 | 137.00 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 3.83 | 131.52 | 135.35 | OK | |
| r-release-macos-arm64 | 0.1.1 | 2.00 | 109.00 | 111.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 5.00 | 291.00 | 296.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 7.00 | 68.00 | 75.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 1.00 | 114.00 | 115.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.1.1 | 4.00 | 243.00 | 247.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 9.00 | 76.00 | 85.00 | OK |
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [73s/93s]
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(lang)
>
> test_check("lang")
Saving _problems/test-help-shims-88.R
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 42 ]
══ Skipped tests (10) ══════════════════════════════════════════════════════════
• On CRAN (10): 'test-help-shims.R:43:1', 'test-help-shims.R:65:1',
'test-lang-help.R:1:1', 'test-lang-use.R:1:1', 'test-lang-use.R:8:1',
'test-lang-use.R:14:1', 'test-lang-use.R:20:1', 'test-lang-use.R:27:1',
'test-lang-use.R:39:1', 'test-lang-use.R:45:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-help-shims.R:85:7'): shim_lang_question works ────────────────
Expected `shim_lang_question(`?`(mtcars))` to be identical to `utils::`?`(`?`(mtcars))`.
Differences:
actual$matches vs expected$matches
ID
actual$matches[55, ] 19638/20
actual$matches[56, ] 20311/10
actual$matches[57, ] 20311/10
- actual$matches[58, ] 21193/4
+ expected$matches[58, ] 21194/4
- actual$matches[59, ] 23200/46
+ expected$matches[59, ] 23201/46
- actual$matches[60, ] 24405/17
+ expected$matches[60, ] 24406/17
- actual$matches[61, ] 24405/17
+ expected$matches[61, ] 24406/17
- actual$matches[62, ] 24431/2
+ expected$matches[62, ] 24432/2
- actual$matches[63, ] 24431/3
+ expected$matches[63, ] 24432/3
- actual$matches[64, ] 24562/52
+ expected$matches[64, ] 24563/52
and 2 more ...
actual$matches$ID | expected$matches$ID
[55] "19638/20" | "19638/20" [55]
[56] "20311/10" | "20311/10" [56]
[57] "20311/10" | "20311/10" [57]
[58] "21193/4" - "21194/4" [58]
[59] "23200/46" - "23201/46" [59]
[60] "24405/17" - "24406/17" [60]
[61] "24405/17" - "24406/17" [61]
[62] "24431/2" - "24432/2" [62]
[63] "24431/3" - "24432/3" [63]
[64] "24562/52" - "24563/52" [64]
... ... ... and 2 more ...
Backtrace:
▆
1. ├─withr::with_options(...) at test-help-shims.R:66:3
2. │ └─base::force(code)
3. └─testthat::expect_identical(shim_lang_question(`?`(mtcars)), utils::`?`(`?`(mtcars))) at test-help-shims.R:85:7
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 42 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-arm64