CRAN Package Check Results for Package lintr

Last updated on 2026-07-03 09:50:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.3.0-1 12.40 260.26 272.66 OK
r-devel-linux-x86_64-debian-gcc 3.3.0-1 8.17 179.95 188.12 ERROR
r-devel-linux-x86_64-fedora-clang 3.3.0-1 21.00 519.22 540.22 OK
r-devel-linux-x86_64-fedora-gcc 3.3.0-1 19.00 494.52 513.52 OK
r-devel-windows-x86_64 3.3.0-1 15.00 397.00 412.00 OK
r-patched-linux-x86_64 3.3.0-1 14.62 246.12 260.74 OK
r-release-linux-x86_64 3.3.0-1 OK
r-release-macos-arm64 3.3.0-1 3.00 68.00 71.00 OK
r-release-macos-x86_64 3.3.0-1 8.00 374.00 382.00 OK
r-release-windows-x86_64 3.3.0-1 15.00 381.00 396.00 OK
r-oldrel-macos-arm64 3.3.0-1 3.00 75.00 78.00 OK
r-oldrel-macos-x86_64 3.3.0-1 8.00 469.00 477.00 OK
r-oldrel-windows-x86_64 3.3.0-1 20.00 471.00 491.00 OK

Check Details

Version: 3.3.0-1
Check: tests
Result: ERROR Running ‘testthat.R’ [93s/115s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(lintr) > > # suppress printing environment name (noisy) > invisible({ + loadNamespace("patrick") + loadNamespace("withr") + }) > > test_check("lintr") Configuration file ^\.lintr$ is already ignored in `.Rbuildignore`. [ FAIL 1 | WARN 0 | SKIP 5 | PASS 5669 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-methods.R:164:3', 'test-methods.R:164:3', 'test-methods.R:164:3', 'test-methods.R:164:3' • {data.table} is not installed (1): 'test-methods.R:143:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-settings.R:9:3'): read_config_file() warns if the config file does not end in a newline ── Expected `lint_dir()` to throw a warning. [ FAIL 1 | WARN 0 | SKIP 5 | PASS 5669 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc