Last updated on 2026-07-17 06:50:18 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.3.0-1 | 12.09 | 254.93 | 267.02 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 3.4.0 | 8.43 | 186.42 | 194.85 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.3.0-1 | 20.00 | 400.06 | 420.06 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 3.4.0 | 9.00 | 187.74 | 196.74 | OK | |
| r-devel-windows-x86_64 | 3.4.0 | 17.00 | 331.00 | 348.00 | OK | |
| r-patched-linux-x86_64 | 3.3.0-1 | 15.59 | 242.28 | 257.87 | OK | |
| r-release-linux-x86_64 | 3.3.0-1 | 10.48 | 239.78 | 250.26 | OK | |
| r-release-macos-arm64 | 3.4.0 | 3.00 | 66.00 | 69.00 | OK | |
| r-release-macos-x86_64 | 3.4.0 | 9.00 | 390.00 | 399.00 | OK | |
| r-release-windows-x86_64 | 3.3.0-1 | 14.00 | 419.00 | 433.00 | OK | |
| r-oldrel-macos-arm64 | 3.4.0 | 3.00 | 71.00 | 74.00 | OK | |
| r-oldrel-macos-x86_64 | 3.4.0 | 8.00 | 375.00 | 383.00 | OK | |
| r-oldrel-windows-x86_64 | 3.3.0-1 | 19.00 | 493.00 | 512.00 | OK |
Version: 3.3.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [136s/178s]
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-clang
Version: 3.3.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [217s/264s]
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-fedora-clang