CRAN Package Check Results for Package lang

Last updated on 2026-03-29 20:53:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 5.47 136.29 141.76 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 3.64 98.53 102.17 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 9.00 203.55 212.55 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 8.00 401.43 409.43 OK
r-devel-macos-arm64 0.1.0 1.00 128.00 129.00 ERROR
r-devel-windows-x86_64 0.1.0 7.00 67.00 74.00 OK
r-patched-linux-x86_64 0.1.0 5.11 130.05 135.16 OK
r-release-linux-x86_64 0.1.0 3.99 130.84 134.83 OK
r-release-macos-arm64 0.1.0 OK
r-release-macos-x86_64 0.1.0 4.00 304.00 308.00 OK
r-release-windows-x86_64 0.1.0 7.00 64.00 71.00 OK
r-oldrel-macos-arm64 0.1.0 OK
r-oldrel-macos-x86_64 0.1.0 4.00 312.00 316.00 OK
r-oldrel-windows-x86_64 0.1.0 9.00 78.00 87.00 OK

Additional issues

donttest

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [93s/113s] 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-73.R Model: echo via simulate_llm Lang: test Cache: [Disabled] [ FAIL 1 | WARN 0 | SKIP 8 | PASS 29 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-help-shims.R:33: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:33:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-help-shims.R:70: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[42, ] 13918/22 actual$matches[43, ] 13918/22 actual$matches[44, ] 13918/22 - actual$matches[45, ] 15664/61 + expected$matches[45, ] 15663/61 - actual$matches[46, ] 16094/227 + expected$matches[46, ] 16093/227 - actual$matches[47, ] 16095/156 + expected$matches[47, ] 16094/156 - actual$matches[48, ] 16207/9 + expected$matches[48, ] 16206/9 - actual$matches[49, ] 18443/16 + expected$matches[49, ] 18442/16 - actual$matches[50, ] 18950/20 + expected$matches[50, ] 18949/20 - actual$matches[51, ] 18950/20 + expected$matches[51, ] 18949/20 and 11 more ... actual$matches$ID | expected$matches$ID [42] "13918/22" | "13918/22" [42] [43] "13918/22" | "13918/22" [43] [44] "13918/22" | "13918/22" [44] [45] "15664/61" - "15663/61" [45] [46] "16094/227" - "16093/227" [46] [47] "16095/156" - "16094/156" [47] [48] "16207/9" - "16206/9" [48] [49] "18443/16" - "18442/16" [49] [50] "18950/20" - "18949/20" [50] [51] "18950/20" - "18949/20" [51] ... ... ... and 11 more ... Backtrace: ▆ 1. ├─withr::with_options(...) at test-help-shims.R:56:3 2. │ └─base::force(code) 3. └─testthat::expect_identical(shim_lang_question(`?`(mtcars)), utils::`?`(`?`(mtcars))) at test-help-shims.R:70:7 [ FAIL 1 | WARN 0 | SKIP 8 | PASS 29 ] Error: ! Test failures. Execution halted Flavor: r-devel-macos-arm64