- using R Under development (unstable) (2025-11-13 r89015)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- 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 ... [20s/58s] OK
See the install log for details.
- checking package directory ... 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 ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking whether startup messages can be suppressed ... 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 ... [35s/102s] OK
- checking Rd files ... [5s/11s] 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 ... [27s/56s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [224s/429s] ERROR
Running ‘testthat.R’ [223s/428s]
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 4 | PASS 6552 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-methods.R:184:3', 'test-methods.R:184:3',
'test-methods.R:184:3', 'test-methods.R:184: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 4 | PASS 6552 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [31s/89s] OK
- checking PDF version of manual ... [20s/55s] OK
- checking HTML version of manual ... [23s/62s] OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR