CRAN Package Check Results for Package box.linters

Last updated on 2024-09-08 04:48:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.10.4 4.82 58.34 63.16 OK
r-devel-linux-x86_64-debian-gcc 0.10.4 3.26 43.42 46.68 ERROR
r-devel-linux-x86_64-fedora-clang 0.10.4 99.72 ERROR
r-devel-linux-x86_64-fedora-gcc 0.10.4 99.78 OK
r-devel-windows-x86_64 0.10.4 11.00 85.00 96.00 OK
r-patched-linux-x86_64 0.10.4 4.85 55.08 59.93 OK
r-release-linux-x86_64 0.10.4 4.38 55.92 60.30 OK
r-release-macos-arm64 0.10.4 32.00 OK
r-release-macos-x86_64 0.10.4 66.00 OK
r-release-windows-x86_64 0.10.4 7.00 78.00 85.00 ERROR
r-oldrel-macos-arm64 0.10.4 33.00 OK
r-oldrel-macos-x86_64 0.10.4 59.00 OK
r-oldrel-windows-x86_64 0.10.4 9.00 96.00 105.00 OK

Additional issues

M1mac

Check Details

Version: 0.10.4
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/12s] 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 [ FAIL 2 | WARN 0 | SKIP 2 | PASS 428 ] ══ 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-style_box_use.R:532:3'): ts_get_start_end_rows() returns correct start and end rows ── `result` (`actual`) not identical to `expected_result` (`expected`). `actual$start`: 0 `expected$start`: 1 ── Failure ('test-style_box_use.R:545:3'): ts_get_start_end_rows() returns correct start and end rows ── `result` (`actual`) not identical to `expected_result` (`expected`). `actual$start`: 0 `expected$start`: 1 [ FAIL 2 | WARN 0 | SKIP 2 | PASS 428 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.10.4
Check: tests
Result: ERROR Running ‘testthat.R’ [34s/25s] 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 [ FAIL 2 | WARN 0 | SKIP 0 | PASS 431 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-style_box_use.R:532:3'): ts_get_start_end_rows() returns correct start and end rows ── `result` (`actual`) not identical to `expected_result` (`expected`). `actual$start`: 0 `expected$start`: 1 ── Failure ('test-style_box_use.R:545:3'): ts_get_start_end_rows() returns correct start and end rows ── `result` (`actual`) not identical to `expected_result` (`expected`). `actual$start`: 0 `expected$start`: 1 [ FAIL 2 | WARN 0 | SKIP 0 | PASS 431 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.10.4
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.linters) > > test_check("box.linters") Starting 2 test processes [ FAIL 2 | WARN 0 | SKIP 3 | PASS 427 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • !file.exists(linters_csv_location) is TRUE (2): 'test-linter_tags.R:15:3', 'test-linter_tags.R:25:3' • On Windows (1): 'test-style_box_use.R:1444:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-style_box_use.R:532:3'): ts_get_start_end_rows() returns correct start and end rows ── `result` (`actual`) not identical to `expected_result` (`expected`). `actual$start`: 0 `expected$start`: 1 ── Failure ('test-style_box_use.R:545:3'): ts_get_start_end_rows() returns correct start and end rows ── `result` (`actual`) not identical to `expected_result` (`expected`). `actual$start`: 0 `expected$start`: 1 [ FAIL 2 | WARN 0 | SKIP 3 | PASS 427 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64