CRAN Package Check Results for Maintainer ‘Ricardo Rodrigo Basa <opensource+rodrigo at appsilon.com>’

Last updated on 2025-11-28 09:51:00 CET.

Package ERROR OK
box.linters 3 10
box.lsp 1 12

Package box.linters

Current CRAN status: ERROR: 3, OK: 10

Version: 0.10.6
Check: tests
Result: ERROR Running ‘testthat.R’ [18s/10s] 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.linters) > > test_check("box.linters") Starting 2 test processes. Saving _problems/test-general-13.R Saving _problems/test-non-syntactic-names-35.R > test-use_box_lintr.R: v box.linters .lintr file successfully written! > test-use_box_lintr.R: v box.linters .lintr file successfully written! > test-style_box_use.R: i No `box::use()` calls found. No changes were made to the text. > test-style_box_use.R: Nothing to modify in `app_1.R`. > test-style_box_use.R: Modified the following files: > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 1 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: app/app_1.R > test-style_box_use.R: main.R > test-style_box_use.R: Modified the following files: > test-style_box_use.R: app/app_1.R > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 1 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: main.R > test-style_box_use.R: Modified the following files: > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 1 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: app/app_1.R > test-style_box_use.R: main.R > test-style_box_use.R: Modified the following files: > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 1 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: app/app_1.R > test-style_box_use.R: main.R > test-style_box_use.R: Modified the following files: > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 0 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: app/app_1.R > test-style_box_use.R: main.R [ FAIL 2 | WARN 2 | SKIP 2 | PASS 434 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • !file.exists(linters_csv_location) is TRUE (2): 'test-linter_tags.R:15:3', 'test-linter_tags.R:25:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-general.R:13:3'): Should skip columns in dplyr commands ────── got 2 lints instead of 0 list(filename = "/tmp/RtmpUR9jdo/file12986846c3fdc1", line_number = 6, column_number = 8, type = "style", message = "Use the |> pipe operator instead of the %>% pipe operator.", line = "mtcars %>%", ranges = list(c(8, 10)), linter = "pipe_consistency_linter") list(filename = "/tmp/RtmpUR9jdo/file12986846c3fdc1", line_number = 7, column_number = 20, type = "style", message = "Use the |> pipe operator instead of the %>% pipe operator.", line = " select(mpg, cyl) %>%", ranges = list(c(20, 22)), linter = "pipe_consistency_linter") ── Failure ('test-non-syntactic-names.R:35:3'): Should skip allowed non-syntactic names: package special ── got 1 lints instead of 0 list(filename = "/tmp/Rtmp1Z9zk5/file129aa622dd5cde", line_number = 6, column_number = 12, type = "style", message = "Use the |> pipe operator instead of the %>% pipe operator.", line = "c(1, 2, 3) %>% sum()", ranges = list(c(12, 14)), linter = "pipe_consistency_linter") [ FAIL 2 | WARN 2 | SKIP 2 | PASS 434 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.10.6
Check: tests
Result: ERROR Running ‘testthat.R’ [39s/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.linters) > > test_check("box.linters") Starting 2 test processes. Saving _problems/test-general-13.R Saving _problems/test-non-syntactic-names-35.R > test-use_box_lintr.R: v box.linters .lintr file successfully written! > test-use_box_lintr.R: v box.linters .lintr file successfully written! > test-style_box_use.R: i No `box::use()` calls found. No changes were made to the text. > test-style_box_use.R: Nothing to modify in `app_1.R`. > test-style_box_use.R: Modified the following files: > test-style_box_use.R: app/app_1.R > test-style_box_use.R: main.R > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 1 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Modified the following files: > test-style_box_use.R: app/app_1.R > test-style_box_use.R: main.R > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 1 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Modified the following files: > test-style_box_use.R: app/app_1.R > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 1 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: main.R > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: > test-style_box_use.R: Modified the following files: > test-style_box_use.R: app/app_1.R > test-style_box_use.R: main.R > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 1 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Modified the following files: > test-style_box_use.R: app/app_1.R > test-style_box_use.R: main.R > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: > test-style_box_use.R: Count Legend > test-style_box_use.R: 0 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- [ FAIL 2 | WARN 2 | SKIP 0 | PASS 437 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-general.R:13:3'): Should skip columns in dplyr commands ────── got 2 lints instead of 0 list(filename = "/tmp/RtmpMeWX8j/working_dir/Rtmp9AIxZE/file3953bcdbfb186", line_number = 6, column_number = 8, type = "style", message = "Use the |> pipe operator instead of the %>% pipe operator.", line = "mtcars %>%", ranges = list(c(8, 10)), linter = "pipe_consistency_linter") list(filename = "/tmp/RtmpMeWX8j/working_dir/Rtmp9AIxZE/file3953bcdbfb186", line_number = 7, column_number = 20, type = "style", message = "Use the |> pipe operator instead of the %>% pipe operator.", line = " select(mpg, cyl) %>%", ranges = list(c(20, 22)), linter = "pipe_consistency_linter") ── Failure ('test-non-syntactic-names.R:35:3'): Should skip allowed non-syntactic names: package special ── got 1 lints instead of 0 list(filename = "/tmp/RtmpMeWX8j/working_dir/RtmpKYYm8Y/file3953db6916a8d0", line_number = 6, column_number = 12, type = "style", message = "Use the |> pipe operator instead of the %>% pipe operator.", line = "c(1, 2, 3) %>% sum()", ranges = list(c(12, 14)), linter = "pipe_consistency_linter") [ FAIL 2 | WARN 2 | SKIP 0 | PASS 437 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.10.6
Check: tests
Result: ERROR Running ‘testthat.R’ [40s/47s] 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.linters) > > test_check("box.linters") Starting 2 test processes. Saving _problems/test-general-13.R Saving _problems/test-non-syntactic-names-35.R > test-use_box_lintr.R: v box.linters .lintr file successfully written! > test-use_box_lintr.R: v box.linters .lintr file successfully written! > test-style_box_use.R: i No `box::use()` calls found. No changes were made to the text. > test-style_box_use.R: Nothing to modify in `app_1.R`. > test-style_box_use.R: Modified the following files: > test-style_box_use.R: app/app_1.R > test-style_box_use.R: main.R > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 1 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Modified the following files: > test-style_box_use.R: app/app_1.R > test-style_box_use.R: main.R > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 1 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Modified the following files: > test-style_box_use.R: app/app_1.R > test-style_box_use.R: main.R > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 1 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Modified the following files: > test-style_box_use.R: app/app_1.R > test-style_box_use.R: main.R > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 1 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Modified the following files: > test-style_box_use.R: app/app_1.R > test-style_box_use.R: main.R > test-style_box_use.R: -------------------------------------------------------------------------------- > test-style_box_use.R: Count Legend > test-style_box_use.R: 0 File/s unchanged. > test-style_box_use.R: 2 File/s changed. > test-style_box_use.R: -------------------------------------------------------------------------------- [ FAIL 2 | WARN 2 | SKIP 0 | PASS 437 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-general.R:13:3'): Should skip columns in dplyr commands ────── got 2 lints instead of 0 list(filename = "/tmp/Rtmp58ESk7/working_dir/RtmpGHG1jZ/file3bee7f2a0dafac", line_number = 6, column_number = 8, type = "style", message = "Use the |> pipe operator instead of the %>% pipe operator.", line = "mtcars %>%", ranges = list(c(8, 10)), linter = "pipe_consistency_linter") list(filename = "/tmp/Rtmp58ESk7/working_dir/RtmpGHG1jZ/file3bee7f2a0dafac", line_number = 7, column_number = 20, type = "style", message = "Use the |> pipe operator instead of the %>% pipe operator.", line = " select(mpg, cyl) %>%", ranges = list(c(20, 22)), linter = "pipe_consistency_linter") ── Failure ('test-non-syntactic-names.R:35:3'): Should skip allowed non-syntactic names: package special ── got 1 lints instead of 0 list(filename = "/tmp/Rtmp58ESk7/working_dir/RtmpGHG1jZ/file3bee7fd9df430", line_number = 6, column_number = 12, type = "style", message = "Use the |> pipe operator instead of the %>% pipe operator.", line = "c(1, 2, 3) %>% sum()", ranges = list(c(12, 14)), linter = "pipe_consistency_linter") [ FAIL 2 | WARN 2 | SKIP 0 | PASS 437 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Package box.lsp

Current CRAN status: ERROR: 1, OK: 12

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/9s] 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-83.R [ FAIL 1 | WARN 0 | SKIP 5 | PASS 2 ] ══ 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 ════════════════════════════════════════════════════════════════ ── Error ('test-lsp_completion_package_attach_list.R:64:1'): completion of package attach list does not return non-attached functions ── <no_such_process/ps_error/error/condition> Error: Failed to send signal to some processes: 665667 (???), 665667 (???), 665667 (???), 665667 (???), 665667 (???) Backtrace: ▆ 1. ├─withr (local) `<fn>`() 2. └─client$process$kill_tree() at ./helper-utils.R:84:7 3. └─processx:::process_kill_tree(self, private, grace, close_connections) 4. └─get("ps_kill_tree", asNamespace("ps"))(private$tree_id) 5. └─ps::ps_send_signal(procs, sig) 6. └─ps:::process_signal_result(p, res, "Failed to send signal to") [ FAIL 1 | WARN 0 | SKIP 5 | PASS 2 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64