Last updated on 2025-11-14 10:50:00 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.2.0 | 11.52 | 239.37 | 250.89 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 3.2.0 | 7.52 | 159.86 | 167.38 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 3.2.0 | 30.00 | 389.47 | 419.47 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 3.2.0 | 58.00 | 379.87 | 437.87 | ERROR | |
| r-devel-windows-x86_64 | 3.2.0 | 14.00 | 345.00 | 359.00 | OK | |
| r-patched-linux-x86_64 | 3.2.0 | 14.24 | 222.85 | 237.09 | OK | |
| r-release-linux-x86_64 | 3.2.0 | 11.25 | 225.99 | 237.24 | OK | |
| r-release-macos-arm64 | 3.2.0 | 7.00 | 284.00 | 291.00 | OK | |
| r-release-macos-x86_64 | 3.2.0 | 11.00 | 629.00 | 640.00 | OK | |
| r-release-windows-x86_64 | 3.2.0 | 14.00 | 340.00 | 354.00 | OK | |
| r-oldrel-macos-arm64 | 3.2.0 | 4.00 | 312.00 | 316.00 | OK | |
| r-oldrel-macos-x86_64 | 3.2.0 | 18.00 | 688.00 | 706.00 | OK | |
| r-oldrel-windows-x86_64 | 3.2.0 | 19.00 | 414.00 | 433.00 | OK |
Version: 3.2.0
Check: DESCRIPTION meta-information
Result: NOTE
Author field differs from that derived from Authors@R
Author: ‘Jim Hester [aut], Florent Angly [aut] (fangly), Russ Hyde [aut], Michael Chirico [aut, cre], Kun Ren [aut], Alexander Rosenstock [aut] (AshesITR), Indrajeet Patil [aut] (<https://orcid.org/0000-0003-1995-6531>, @patilindrajeets)’
Authors@R: ‘Jim Hester [aut], Florent Angly [aut] (fangly), Russ Hyde [aut], Michael Chirico [aut, cre], Kun Ren [aut], Alexander Rosenstock [aut] (AshesITR), Indrajeet Patil [aut] (ORCID: <https://orcid.org/0000-0003-1995-6531>, Twitter: @patilindrajeets)’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 3.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [223s/510s]
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
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 3.2.0
Check: tests
Result: 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
Flavor: r-devel-linux-x86_64-fedora-gcc