CRAN Package Check Results for Package box.lsp

Last updated on 2026-03-09 10:50:31 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 1.53 27.14 28.67 OK
r-devel-linux-x86_64-debian-gcc 0.1.3 1.51 22.62 24.13 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.3 42.60 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.3 40.45 ERROR
r-devel-macos-arm64 0.1.3 1.00 14.00 15.00 OK
r-devel-windows-x86_64 0.1.3 4.00 42.00 46.00 OK
r-patched-linux-x86_64 0.1.3 1.43 24.18 25.61 OK
r-release-linux-x86_64 0.1.3 1.85 23.63 25.48 OK
r-release-macos-arm64 0.1.3 OK
r-release-macos-x86_64 0.1.3 1.00 35.00 36.00 OK
r-release-windows-x86_64 0.1.3 4.00 41.00 45.00 OK
r-oldrel-macos-arm64 0.1.3 OK
r-oldrel-macos-x86_64 0.1.3 1.00 36.00 37.00 OK
r-oldrel-windows-x86_64 0.1.3 4.00 280.00 284.00 OK

Additional issues

M1mac

Check Details

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/27s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(box.lsp) > > test_check("box.lsp") Saving _problems/test-lsp_completion_package_attach_list-60.R Saving _problems/test-lsp_completion_package_attach_list-61.R Saving _problems/test-lsp_completion_package_attach_list-80.R [ FAIL 3 | WARN 0 | SKIP 5 | PASS 1 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-lsp_aaa_regression.R:2:3', 'test-lsp_completion_package_attach_list.R:2:3', 'test-lsp_completion_package_three_dots.R:2:3', 'test-lsp_completion_whole_package.R:2:3', 'test-signature.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-lsp_completion_package_attach_list.R:57:3'): completion of package attached function with alias works ── timeout when obtaining response Backtrace: ▆ 1. ├─client %>% ... at test-lsp_completion_package_attach_list.R:57:3 2. └─box.lsp:::respond_completion(...) 3. └─box.lsp:::respond(...) at ./helper-utils.R:198:3 ── Failure ('test-lsp_completion_package_attach_list.R:61:3'): completion of package attached function with alias works ── Expected `result$items %>% keep(~.$label == "alias")` to have length 1. Actual length: 0. ── Failure ('test-lsp_completion_package_attach_list.R:78:3'): completion of package attach list does not return non-attached functions ── timeout when obtaining response Backtrace: ▆ 1. ├─client %>% respond_completion(temp_file, c(1, 5)) at test-lsp_completion_package_attach_list.R:78:3 2. └─box.lsp:::respond_completion(., temp_file, c(1, 5)) 3. └─box.lsp:::respond(...) at ./helper-utils.R:198:3 [ FAIL 3 | WARN 0 | SKIP 5 | PASS 1 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [11s/33s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(box.lsp) > > test_check("box.lsp") Saving _problems/test-lsp_completion_package_attach_list-60.R Saving _problems/test-lsp_completion_package_attach_list-61.R Saving _problems/test-lsp_completion_package_attach_list-80.R [ FAIL 3 | WARN 0 | SKIP 5 | PASS 1 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-lsp_aaa_regression.R:2:3', 'test-lsp_completion_package_attach_list.R:2:3', 'test-lsp_completion_package_three_dots.R:2:3', 'test-lsp_completion_whole_package.R:2:3', 'test-signature.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-lsp_completion_package_attach_list.R:57:3'): completion of package attached function with alias works ── timeout when obtaining response Backtrace: ▆ 1. ├─client %>% ... at test-lsp_completion_package_attach_list.R:57:3 2. └─box.lsp:::respond_completion(...) 3. └─box.lsp:::respond(...) at ./helper-utils.R:198:3 ── Failure ('test-lsp_completion_package_attach_list.R:61:3'): completion of package attached function with alias works ── Expected `result$items %>% keep(~.$label == "alias")` to have length 1. Actual length: 0. ── Failure ('test-lsp_completion_package_attach_list.R:78:3'): completion of package attach list does not return non-attached functions ── timeout when obtaining response Backtrace: ▆ 1. ├─client %>% respond_completion(temp_file, c(1, 5)) at test-lsp_completion_package_attach_list.R:78:3 2. └─box.lsp:::respond_completion(., temp_file, c(1, 5)) 3. └─box.lsp:::respond(...) at ./helper-utils.R:198:3 [ FAIL 3 | WARN 0 | SKIP 5 | PASS 1 ] Error: ! Test failures. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc