- using R version 4.5.2 (2025-10-31)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (Debian 14.3.0-10) 14.3.0
GNU Fortran (Debian 14.3.0-10) 14.3.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘lintr/DESCRIPTION’ ... OK
- this is package ‘lintr’ version ‘3.2.0’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘lintr’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking whether startup messages can be suppressed ... [1s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [21s/27s] OK
- checking Rd files ... [3s/3s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [15s/18s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [123s/155s] ERROR
Running ‘testthat.R’ [123s/155s]
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")
Saving _problems/test-expect_lint-23.R
Saving _problems/test-expect_lint-24.R
Saving _problems/test-expect_lint-30.R
Saving _problems/test-expect_lint-39.R
Saving _problems/test-expect_lint-41.R
Saving _problems/test-expect_lint-42.R
Saving _problems/test-expect_lint-43.R
Saving _problems/test-expect_lint-44.R
Saving _problems/test-expect_lint-45.R
Saving _problems/test-expect_lint-46.R
Saving _problems/test-expect_lint-48.R
Saving _problems/test-expect_lint-49.R
Saving _problems/test-expect_lint-52.R
i No lints found.
i No lints found.
[ FAIL 13 | WARN 0 | SKIP 5 | PASS 6551 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-methods.R:184:3', 'test-methods.R:184:3',
'test-methods.R:184:3', 'test-methods.R:184:3'
• {data.table} is not installed (1): 'test-methods.R:163:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-expect_lint.R:23:3'): single check ───────────────────────────
Expected exactly one success and no failures.
Actually failed 1 times
── Failure ('test-expect_lint.R:24:3'): single check ───────────────────────────
Expected exactly one failure and no successes.
Actually succeeded 1 times
── Failure ('test-expect_lint.R:30:3'): single check ───────────────────────────
Expected exactly one success and no failures.
Actually succeeded 2 times
── Failure ('test-expect_lint.R:37:3'): multiple checks ────────────────────────
Expected exactly one success and no failures.
Actually succeeded 9 times
── Failure ('test-expect_lint.R:41:3'): multiple checks ────────────────────────
Expected exactly one success and no failures.
Actually succeeded 2 times
── Failure ('test-expect_lint.R:42:3'): multiple checks ────────────────────────
Expected exactly one success and no failures.
Actually succeeded 2 times
── Failure ('test-expect_lint.R:43:3'): multiple checks ────────────────────────
Expected exactly one success and no failures.
Actually succeeded 2 times
── Failure ('test-expect_lint.R:44:3'): multiple checks ────────────────────────
Expected exactly one success and no failures.
Actually succeeded 2 times
── Failure ('test-expect_lint.R:45:3'): multiple checks ────────────────────────
Expected exactly one success and no failures.
Actually succeeded 2 times
── Failure ('test-expect_lint.R:46:3'): multiple checks ────────────────────────
Expected exactly one failure and no successes.
Actually succeeded 1 times
── Failure ('test-expect_lint.R:48:3'): multiple checks ────────────────────────
Expected exactly one success and no failures.
Actually failed 1 times
── Failure ('test-expect_lint.R:49:3'): multiple checks ────────────────────────
Expected exactly one failure and no successes.
Actually failed 2 times
── Failure ('test-expect_lint.R:50:3'): multiple checks ────────────────────────
Expected exactly one success and no failures.
Actually succeeded 3 times
[ FAIL 13 | WARN 0 | SKIP 5 | PASS 6551 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [9s/13s] OK
- checking PDF version of manual ... [16s/20s] OK
- checking HTML version of manual ... [6s/10s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR