CRAN Package Check Results for Package box.lsp

Last updated on 2026-03-16 09:51:08 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 1.60 27.71 29.31 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.3 1.49 23.16 24.65 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.3 42.20 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.3 42.38 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 52.00 56.00 ERROR
r-patched-linux-x86_64 0.1.3 1.72 23.85 25.57 ERROR
r-release-linux-x86_64 0.1.3 1.68 23.54 25.22 ERROR
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 3.00 43.00 46.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 60.00 64.00 ERROR

Additional issues

M1mac

Check Details

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/29s] 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-clang

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/34s] 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-fedora-clang

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [12s/40s] 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-fedora-gcc

Version: 0.1.3
Check: tests
Result: ERROR Running 'testthat.R' [14s] 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-80.R [ FAIL 1 | WARN 0 | SKIP 6 | PASS 1 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • 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' • On Windows (1): 'test-lsp_completion_package_attach_list.R:43:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── 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 1 | WARN 0 | SKIP 6 | PASS 1 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/28s] 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-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running 'testthat.R' [15s] 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-80.R [ FAIL 1 | WARN 0 | SKIP 6 | PASS 1 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • 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' • On Windows (1): 'test-lsp_completion_package_attach_list.R:43:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── 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 1 | WARN 0 | SKIP 6 | PASS 1 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.