CRAN Package Check Results for Package lang

Last updated on 2026-06-11 14:50:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 6.62 79.21 85.83 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 4.25 56.88 61.13 OK
r-devel-linux-x86_64-fedora-clang 0.1.2 11.00 110.77 121.77 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 11.00 228.74 239.74 OK
r-devel-windows-x86_64 0.1.1 8.00 74.00 82.00 OK
r-patched-linux-x86_64 0.1.1 6.72 73.70 80.42 OK
r-release-linux-x86_64 0.1.1 5.61 71.97 77.58 OK
r-release-macos-arm64 0.1.2 2.00 109.00 111.00 ERROR
r-release-macos-x86_64 0.1.2 5.00 351.00 356.00 OK
r-release-windows-x86_64 0.1.1 8.00 76.00 84.00 OK
r-oldrel-macos-arm64 0.1.2 1.00 83.00 84.00 OK
r-oldrel-macos-x86_64 0.1.2 4.00 284.00 288.00 OK
r-oldrel-windows-x86_64 0.1.1 11.00 88.00 99.00 OK

Check Details

Version: 0.1.2
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 12 | PASS 42 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-aaa-nosetup.R:3:1', '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', 'test-zzz-local.R:5:3' ══ 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[8, ] 6268/3 actual$matches[9, ] 6268/3 actual$matches[10, ] 6598/6 - actual$matches[11, ] 7220/82 + expected$matches[11, ] 7221/82 - actual$matches[12, ] 7220/82 + expected$matches[12, ] 7221/82 - actual$matches[13, ] 7714/23 + expected$matches[13, ] 7715/23 - actual$matches[14, ] 9107/14 + expected$matches[14, ] 9108/14 - actual$matches[15, ] 9525/34 + expected$matches[15, ] 9526/34 - actual$matches[16, ] 10257/43 + expected$matches[16, ] 10258/43 - actual$matches[17, ] 10257/43 + expected$matches[17, ] 10258/43 and 49 more ... actual$matches$ID | expected$matches$ID [8] "6268/3" | "6268/3" [8] [9] "6268/3" | "6268/3" [9] [10] "6598/6" | "6598/6" [10] [11] "7220/82" - "7221/82" [11] [12] "7220/82" - "7221/82" [12] [13] "7714/23" - "7715/23" [13] [14] "9107/14" - "9108/14" [14] [15] "9525/34" - "9526/34" [15] [16] "10257/43" - "10258/43" [16] [17] "10257/43" - "10258/43" [17] ... ... ... and 49 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 12 | PASS 42 ] Error: ! Test failures. Execution halted Flavor: r-release-macos-arm64